Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
inlp-sequence-models – AI Model by Starkdoorstep12 | AlphaNeural AI
You can deploy this model and start earning money today!
Starkdoorstep12
/
inlp-sequence-models
like
0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
INLP Sequence Models
Models:
bilstm.pt
lstm.pt
rnn.pt
ssm.pt
Usage
python
1
import
torch
2
3
model
=
torch
.
load
(
"bilstm.pt"
)
4
model
.
eval
(
)