Update config.json
Browse files- config.json +5 -5
config.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
-
"AutoModel": "models.
|
| 7 |
-
"AutoModelForSequenceClassification": "models.
|
| 8 |
},
|
| 9 |
"attention_probs_dropout_prob": 0.1,
|
| 10 |
"bos_token_id": 0,
|
|
@@ -18,7 +18,7 @@
|
|
| 18 |
"intermediate_size": 3072,
|
| 19 |
"layer_norm_eps": 1e-05,
|
| 20 |
"max_position_embeddings": 514,
|
| 21 |
-
"model_type": "
|
| 22 |
"num_aspects": 10,
|
| 23 |
"num_attention_heads": 12,
|
| 24 |
"num_hidden_layers": 12,
|
|
@@ -28,5 +28,5 @@
|
|
| 28 |
"transformers_version": "4.57.1",
|
| 29 |
"type_vocab_size": 1,
|
| 30 |
"use_cache": true,
|
| 31 |
-
"vocab_size":
|
| 32 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"BiLSTMForABSA"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
+
"AutoModel": "models.BiLSTMForABSA",
|
| 7 |
+
"AutoModelForSequenceClassification": "models.BiLSTMForABSA"
|
| 8 |
},
|
| 9 |
"attention_probs_dropout_prob": 0.1,
|
| 10 |
"bos_token_id": 0,
|
|
|
|
| 18 |
"intermediate_size": 3072,
|
| 19 |
"layer_norm_eps": 1e-05,
|
| 20 |
"max_position_embeddings": 514,
|
| 21 |
+
"model_type": "bilstm",
|
| 22 |
"num_aspects": 10,
|
| 23 |
"num_attention_heads": 12,
|
| 24 |
"num_hidden_layers": 12,
|
|
|
|
| 28 |
"transformers_version": "4.57.1",
|
| 29 |
"type_vocab_size": 1,
|
| 30 |
"use_cache": true,
|
| 31 |
+
"vocab_size": 64001
|
| 32 |
}
|