shainaraza commited on
Commit
fa31dfa
1 Parent(s): 6c559d3

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -8
config.json CHANGED
@@ -15,16 +15,17 @@
15
  "intermediate_size": 4096,
16
 
17
 
18
- "id2label": {
19
- "0": "",
20
- "1": "bias",
21
- "2": "bias"
22
  },
23
- "label2id": {
24
- "": 0,
25
- "bias": 1,
26
- "bias": 2
27
  },
 
28
  "layer_norm_eps": 1e-05,
29
  "max_position_embeddings": 514,
30
  "model_type": "roberta",
 
15
  "intermediate_size": 4096,
16
 
17
 
18
+ "id2label": {
19
+ "0": "LABEL_0",
20
+ "1": "LABEL_1",
21
+ "2": "LABEL_2"
22
  },
23
+ "label2id": {
24
+ "LABEL_0": 0,
25
+ "LABEL_1": 1,
26
+ "LABEL_2": 2
27
  },
28
+
29
  "layer_norm_eps": 1e-05,
30
  "max_position_embeddings": 514,
31
  "model_type": "roberta",