shainaraza commited on
Commit
9a04127
1 Parent(s): e53b6a6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -9
config.json CHANGED
@@ -10,18 +10,21 @@
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 1024,
13
- "id2label": {
14
- "0": "LABEL_0",
15
- "1": "LABEL_1",
16
- "2": "LABEL_2"
17
- },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 4096,
20
- "label2id": {
21
- "LABEL_0": 0,
22
- "LABEL_1": 1,
23
- "LABEL_2": 2
 
 
24
  },
 
 
 
 
 
25
  "layer_norm_eps": 1e-05,
26
  "max_position_embeddings": 514,
27
  "model_type": "roberta",
 
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 1024,
13
+
 
 
 
 
14
  "initializer_range": 0.02,
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",