Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
-
"
|
| 13 |
"clickbait": {
|
| 14 |
"0": "exaggeration",
|
| 15 |
"1": "misleading",
|
|
@@ -30,7 +30,7 @@
|
|
| 30 |
},
|
| 31 |
"initializer_range": 0.02,
|
| 32 |
"intermediate_size": 3072,
|
| 33 |
-
"
|
| 34 |
"clickbait": {
|
| 35 |
"exaggeration": 0,
|
| 36 |
"misleading": 1,
|
|
|
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
+
"custom_id2label": {
|
| 13 |
"clickbait": {
|
| 14 |
"0": "exaggeration",
|
| 15 |
"1": "misleading",
|
|
|
|
| 30 |
},
|
| 31 |
"initializer_range": 0.02,
|
| 32 |
"intermediate_size": 3072,
|
| 33 |
+
"custom_label2id": {
|
| 34 |
"clickbait": {
|
| 35 |
"exaggeration": 0,
|
| 36 |
"misleading": 1,
|