Upload config.json with huggingface_hub
Browse files- 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 |
+
}
|