shainaraza commited on
Commit
6c559d3
·
verified ·
1 Parent(s): 9a04127

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -7
config.json CHANGED
@@ -15,16 +15,16 @@
15
  "intermediate_size": 4096,
16
 
17
 
18
- "id2label": {
19
  "0": "",
20
- "1": "BIAS",
21
- "2": "BIAS"
22
  },
23
- "label2id": {
24
  "": 0,
25
- "BIAS": 1 // Note: This won't distinguish between B-BIAS and I-BIAS anymore
26
- }
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": "",
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",