Update config.json
Browse files- config.json +6 -6
config.json
CHANGED
@@ -3,14 +3,14 @@
|
|
3 |
"BertForSequenceClassification"
|
4 |
],
|
5 |
"id2label": {
|
6 |
-
"0": "
|
7 |
-
"1": "
|
8 |
-
"2": "
|
9 |
},
|
10 |
"label2id": {
|
11 |
-
"Positive":
|
12 |
-
"Negative":
|
13 |
-
"Neutral":
|
14 |
},
|
15 |
"num_labels": 3,
|
16 |
"pretrained_model_name": "yiyanghkust/finbert-pretrain"
|
|
|
3 |
"BertForSequenceClassification"
|
4 |
],
|
5 |
"id2label": {
|
6 |
+
"0": "Negative",
|
7 |
+
"1": "Neutral",
|
8 |
+
"2": "Positive"
|
9 |
},
|
10 |
"label2id": {
|
11 |
+
"Positive": 2,
|
12 |
+
"Negative": 0,
|
13 |
+
"Neutral": 1
|
14 |
},
|
15 |
"num_labels": 3,
|
16 |
"pretrained_model_name": "yiyanghkust/finbert-pretrain"
|