Update config.json
Browse files- config.json +9 -5
config.json
CHANGED
@@ -8,7 +8,15 @@
|
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
|
|
|
|
|
|
|
|
11 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
|
|
12 |
"max_position_embeddings": 512,
|
13 |
"model_type": "distilbert",
|
14 |
"n_heads": 12,
|
@@ -21,9 +29,5 @@
|
|
21 |
"tie_weights_": true,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.16.2",
|
24 |
-
"vocab_size": 30522
|
25 |
-
"id2label": {
|
26 |
-
"0": "Fake",
|
27 |
-
"1": "Real",
|
28 |
-
}
|
29 |
}
|
|
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "Fake",
|
13 |
+
"1": "Real"
|
14 |
+
},
|
15 |
"initializer_range": 0.02,
|
16 |
+
"label2id": {
|
17 |
+
"Fake": 0,
|
18 |
+
"Real": 1
|
19 |
+
},
|
20 |
"max_position_embeddings": 512,
|
21 |
"model_type": "distilbert",
|
22 |
"n_heads": 12,
|
|
|
29 |
"tie_weights_": true,
|
30 |
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.16.2",
|
32 |
+
"vocab_size": 30522
|
|
|
|
|
|
|
|
|
33 |
}
|