CouchCat commited on
Commit
db5d7e2
1 Parent(s): 41977c0

update the config on id2label and label2id with more meaningful labels

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -8,15 +8,15 @@
8
  "dropout": 0.1,
9
  "hidden_dim": 3072,
10
  "id2label": {
11
- "0": "LABEL_0",
12
- "1": "LABEL_1",
13
- "2": "LABEL_2"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
- "LABEL_0": 0,
18
- "LABEL_1": 1,
19
- "LABEL_2": 2
20
  },
21
  "max_position_embeddings": 512,
22
  "model_type": "distilbert",
8
  "dropout": 0.1,
9
  "hidden_dim": 3072,
10
  "id2label": {
11
+ "0": "negative",
12
+ "1": "neutral",
13
+ "2": "positive"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
+ "negative": 0,
18
+ "neutral": 1,
19
+ "positive": 2
20
  },
21
  "max_position_embeddings": 512,
22
  "model_type": "distilbert",