Update config.json
Browse files- config.json +8 -8
config.json
CHANGED
@@ -8,18 +8,18 @@
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
12 |
-
"1": "
|
13 |
-
"2": "
|
14 |
-
"3": "
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
},
|
24 |
"layer_norm_eps": 1e-07,
|
25 |
"max_position_embeddings": 512,
|
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
+
"0": "Adventitial Inflammation",
|
12 |
+
"1": "GCA",
|
13 |
+
"2": "Giant Cells",
|
14 |
+
"3": "Intimal Hyperplasia"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
+
"Adventitial Inflammation": 0,
|
20 |
+
"GCA": 1,
|
21 |
+
"Giant Cells": 2,
|
22 |
+
"Intimal Hyperplasia": 3
|
23 |
},
|
24 |
"layer_norm_eps": 1e-07,
|
25 |
"max_position_embeddings": 512,
|