erfanzare commited on
Commit
d5d2f28
·
verified ·
1 Parent(s): 8ccef7c

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "DeepSentimentBiLSTM",
3
+ "embedding_dim": 768,
4
+ "hidden_dim": 256,
5
+ "output_dim": 1,
6
+ "n_layers": 3,
7
+ "dropout": 0.3,
8
+ "vocab_size": 250002
9
+ }