PyTorch
BiLSTM
alex1359 commited on
Commit
f637d36
·
verified ·
1 Parent(s): 85be616

Upload 5 files

Browse files
Files changed (5) hide show
  1. BiLSTM.ipynb +0 -0
  2. config.json +7 -0
  3. pytorch_model.bin +3 -0
  4. scaler.pkl +3 -0
  5. vocab.pkl +3 -0
BiLSTM.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "BiLSTM",
3
+ "embedding_dim": 128,
4
+ "hidden_dim": 128,
5
+ "max_length": 200,
6
+ "num_classes": 3
7
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17868eb38a23abfa061efa47a51b2ee896fac99e442fe1d5857bc271a85a9d1d
3
+ size 20285409
scaler.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bcd1e948c4473f5ca13a3869389b368709878806c8ae689ec94e165822cf577
3
+ size 522
vocab.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1aa016dc79f9cc3f70dc8ba081c77c05047dacf4384621de4df06c9ec59544d
3
+ size 587110