Commit
·
f57925a
1
Parent(s):
ed97103
Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -13,16 +13,16 @@
|
|
13 |
"id2label": {
|
14 |
"0": "ABH",
|
15 |
"1": "CBH",
|
16 |
-
"2": "
|
17 |
-
"3": "
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 1024,
|
21 |
"label2id": {
|
22 |
"ABH": 0,
|
23 |
"CBH": 1,
|
24 |
-
"
|
25 |
-
"
|
26 |
},
|
27 |
"layer_norm_eps": 1e-05,
|
28 |
"max_position_embeddings": 128,
|
|
|
13 |
"id2label": {
|
14 |
"0": "ABH",
|
15 |
"1": "CBH",
|
16 |
+
"2": "TBH",
|
17 |
+
"3": "LBH"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 1024,
|
21 |
"label2id": {
|
22 |
"ABH": 0,
|
23 |
"CBH": 1,
|
24 |
+
"TBH": 2,
|
25 |
+
"LBH": 3
|
26 |
},
|
27 |
"layer_norm_eps": 1e-05,
|
28 |
"max_position_embeddings": 128,
|