mrm8488 commited on
Commit
c6ec0ac
1 Parent(s): 5c88cb2

Update config.json

Browse files
Files changed (1) hide show
  1. 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",