MayAmb commited on
Commit
26430c9
·
verified ·
1 Parent(s): 24d54e5

Update config.json

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": "Neutral",
12
+ "1": "Negative",
13
+ "2": "Positive"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
+ "Neutral": 0,
18
+ "Negative": 1,
19
+ "Positive": 2
20
  },
21
  "max_position_embeddings": 512,
22
  "model_type": "distilbert",