Upload config.json
Browse files- config.json +6 -6
config.json
CHANGED
@@ -10,17 +10,17 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "I-
|
14 |
-
"1": "I-
|
15 |
-
"2": "I-
|
16 |
"3": "O"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"label2id": {
|
21 |
-
"I-
|
22 |
-
"I-
|
23 |
-
"I-
|
24 |
"O": 3
|
25 |
},
|
26 |
"layer_norm_eps": 1e-12,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "I-Intervention",
|
14 |
+
"1": "I-Outcome",
|
15 |
+
"2": "I-Participants",
|
16 |
"3": "O"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"label2id": {
|
21 |
+
"I-Intervention": 0,
|
22 |
+
"I-Outcome": 1,
|
23 |
+
"I-Participants": 2,
|
24 |
"O": 3
|
25 |
},
|
26 |
"layer_norm_eps": 1e-12,
|