Update config.json
Browse files- config.json +7 -5
config.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation": "sigmoid",
|
| 4 |
"architectures": [
|
| 5 |
-
"
|
| 6 |
],
|
| 7 |
"dim": 128,
|
| 8 |
"id2label": {
|
|
@@ -19,9 +19,11 @@
|
|
| 19 |
"hidden_dim": 64,
|
| 20 |
"initializer_range": 0.02,
|
| 21 |
"max_position_embeddings": 537000,
|
| 22 |
-
"model_type": "
|
| 23 |
"n_heads": 8,
|
| 24 |
"n_layers": 2,
|
|
|
|
|
|
|
| 25 |
"tie_weights_": true,
|
| 26 |
-
"vocab_size":
|
| 27 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "Deep_Learning_Twitter_Sentiment_Analysis_Model",
|
| 3 |
"activation": "sigmoid",
|
| 4 |
"architectures": [
|
| 5 |
+
"Bidirectional_LSTM_with_Embedding"
|
| 6 |
],
|
| 7 |
"dim": 128,
|
| 8 |
"id2label": {
|
|
|
|
| 19 |
"hidden_dim": 64,
|
| 20 |
"initializer_range": 0.02,
|
| 21 |
"max_position_embeddings": 537000,
|
| 22 |
+
"model_type": "LSTM",
|
| 23 |
"n_heads": 8,
|
| 24 |
"n_layers": 2,
|
| 25 |
+
"pad_token_id": 0,
|
| 26 |
+
"qa_dropout": 0.1,
|
| 27 |
"tie_weights_": true,
|
| 28 |
+
"vocab_size": 512711
|
| 29 |
+
}
|