yiyang
commited on
Commit
•
95cb773
1
Parent(s):
a40cd2e
captialize label
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 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
},
|
15 |
"attention_probs_dropout_prob": 0.1,
|
16 |
"hidden_act": "gelu",
|
|
|
3 |
"BertForSequenceClassification"
|
4 |
],
|
5 |
"id2label": {
|
6 |
+
"0": "Neutral",
|
7 |
+
"1": "Positive",
|
8 |
+
"2": "Negative"
|
9 |
},
|
10 |
"label2id": {
|
11 |
+
"Positive": 1,
|
12 |
+
"Negative": 2,
|
13 |
+
"Neutral": 0
|
14 |
},
|
15 |
"attention_probs_dropout_prob": 0.1,
|
16 |
"hidden_act": "gelu",
|