ANP1 commited on
Commit
95042a6
1 Parent(s): 769d3e7

Update config.json

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
  "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"