Update config.json
Browse files- config.json +7 -7
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"_num_labels": 5,
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
|
@@ -10,16 +11,16 @@
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
-
"0": "
|
| 14 |
-
"1": "
|
| 15 |
-
"2": "
|
| 16 |
},
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"intermediate_size": 3072,
|
| 19 |
"label2id": {
|
| 20 |
-
"
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
},
|
| 24 |
"layer_norm_eps": 1e-12,
|
| 25 |
"max_position_embeddings": 512,
|
|
@@ -28,7 +29,6 @@
|
|
| 28 |
"num_hidden_layers": 12,
|
| 29 |
"output_past": true,
|
| 30 |
"pad_token_id": 0,
|
| 31 |
-
"pipeline_tag": "text-classification",
|
| 32 |
"pooler_fc_size": 768,
|
| 33 |
"pooler_num_attention_heads": 12,
|
| 34 |
"pooler_num_fc_layers": 3,
|
|
|
|
| 1 |
{
|
| 2 |
+
"pipeline_tag": "text-classification",
|
| 3 |
"_num_labels": 5,
|
| 4 |
"architectures": [
|
| 5 |
"BertForSequenceClassification"
|
|
|
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
| 13 |
"id2label": {
|
| 14 |
+
"0": "Negative",
|
| 15 |
+
"1": "Positive",
|
| 16 |
+
"2": "Neutral"
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 3072,
|
| 20 |
"label2id": {
|
| 21 |
+
"Negative": 0,
|
| 22 |
+
"Positive": 1,
|
| 23 |
+
"Neutral": 2
|
| 24 |
},
|
| 25 |
"layer_norm_eps": 1e-12,
|
| 26 |
"max_position_embeddings": 512,
|
|
|
|
| 29 |
"num_hidden_layers": 12,
|
| 30 |
"output_past": true,
|
| 31 |
"pad_token_id": 0,
|
|
|
|
| 32 |
"pooler_fc_size": 768,
|
| 33 |
"pooler_num_attention_heads": 12,
|
| 34 |
"pooler_num_fc_layers": 3,
|