id2label
Browse files- config.json +4 -0
config.json
CHANGED
@@ -17,6 +17,10 @@
|
|
17 |
"clean": 0,
|
18 |
"noisy": 1
|
19 |
},
|
|
|
|
|
|
|
|
|
20 |
"layer_norm_eps": 1e-05,
|
21 |
"max_position_embeddings": 514,
|
22 |
"model_type": "roberta",
|
|
|
17 |
"clean": 0,
|
18 |
"noisy": 1
|
19 |
},
|
20 |
+
"id2label": {
|
21 |
+
"0": "clean",
|
22 |
+
"1": "noisy"
|
23 |
+
},
|
24 |
"layer_norm_eps": 1e-05,
|
25 |
"max_position_embeddings": 514,
|
26 |
"model_type": "roberta",
|