yiyang commited on
Commit
95cb773
1 Parent(s): a40cd2e

captialize label

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -3,14 +3,14 @@
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",
 
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",