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