theArijitDas commited on
Commit
580b918
·
verified ·
1 Parent(s): 1f167cb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -9,13 +9,13 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "Original",
13
- "1": "Computer Generated"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
- "Computer Generated": 1,
18
- "Original": 0
19
  },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "REAL",
13
+ "1": "FAKE"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
+ "FAKE": 1,
18
+ "REAL": 0
19
  },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",