Angelakeke
commited on
Upload 7 files
Browse files- config.json +22 -22
config.json
CHANGED
@@ -8,32 +8,32 @@
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
12 |
-
"1": "
|
13 |
-
"2": "
|
14 |
-
"3": "
|
15 |
-
"4": "
|
16 |
-
"5": "
|
17 |
-
"6": "
|
18 |
-
"7": "
|
19 |
-
"8": "
|
20 |
-
"9": "
|
21 |
-
"10": "
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
},
|
38 |
"layer_norm_eps": 1e-07,
|
39 |
"max_position_embeddings": 512,
|
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
+
"0": "B-ABNORMALITY",
|
12 |
+
"1": "I-ABNORMALITY",
|
13 |
+
"2": "B-NON-ABNORMALITY",
|
14 |
+
"3": "I-NON-ABNORMALITY",
|
15 |
+
"4": "B-DISEASE",
|
16 |
+
"5": "I-DISEASE",
|
17 |
+
"6": "B-NON-DISEASE",
|
18 |
+
"7": "I-NON-DISEASE",
|
19 |
+
"8": "B-ANATOMY",
|
20 |
+
"9": "I-ANATOMY",
|
21 |
+
"10": "O"
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
+
"B-ABNORMALITY": 0,
|
27 |
+
"I-ABNORMALITY": 1,
|
28 |
+
"B-NON-ABNORMALITY": 2,
|
29 |
+
"I-NON-ABNORMALITY": 3,
|
30 |
+
"B-DISEASE": 4,
|
31 |
+
"I-DISEASE": 5,
|
32 |
+
"B-NON-DISEASE": 6,
|
33 |
+
"I-NON-DISEASE": 7,
|
34 |
+
"B-ANATOMY": 8,
|
35 |
+
"I-ANATOMY": 9,
|
36 |
+
"O": 10
|
37 |
},
|
38 |
"layer_norm_eps": 1e-07,
|
39 |
"max_position_embeddings": 512,
|