Update config.json
Browse files- config.json +8 -8
config.json
CHANGED
@@ -49,18 +49,18 @@
|
|
49 |
"hidden_dropout": 0.1,
|
50 |
"hidden_size": 768,
|
51 |
"id2label": {
|
52 |
-
"0": "
|
53 |
-
"1": "
|
54 |
-
"2": "
|
55 |
-
"3": "
|
56 |
},
|
57 |
"initializer_range": 0.02,
|
58 |
"intermediate_size": 3072,
|
59 |
"label2id": {
|
60 |
-
"
|
61 |
-
"
|
62 |
-
"
|
63 |
-
"
|
64 |
},
|
65 |
"layer_norm_eps": 1e-05,
|
66 |
"layerdrop": 0.0,
|
|
|
49 |
"hidden_dropout": 0.1,
|
50 |
"hidden_size": 768,
|
51 |
"id2label": {
|
52 |
+
"0": "nonstutter",
|
53 |
+
"1": "prolongation",
|
54 |
+
"2": "repetition",
|
55 |
+
"3": "blocks"
|
56 |
},
|
57 |
"initializer_range": 0.02,
|
58 |
"intermediate_size": 3072,
|
59 |
"label2id": {
|
60 |
+
"nonstutter": 0,
|
61 |
+
"prolongation": 1,
|
62 |
+
"repetition": 2,
|
63 |
+
"blocks": 3
|
64 |
},
|
65 |
"layer_norm_eps": 1e-05,
|
66 |
"layerdrop": 0.0,
|