Update config.json
Browse files- config.json +8 -0
config.json
CHANGED
|
@@ -8,6 +8,14 @@
|
|
| 8 |
"AutoModel": "modeling_bert_hash.BertHashModel",
|
| 9 |
"AutoModelForMaskedLM": "modeling_bert_hash.BertHashForMaskedLM",
|
| 10 |
"AutoModelForSequenceClassification": "modeling_bert_hash.BertHashForSequenceClassification"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
},
|
| 12 |
"classifier_dropout": null,
|
| 13 |
"dtype": "float32",
|
|
|
|
| 8 |
"AutoModel": "modeling_bert_hash.BertHashModel",
|
| 9 |
"AutoModelForMaskedLM": "modeling_bert_hash.BertHashForMaskedLM",
|
| 10 |
"AutoModelForSequenceClassification": "modeling_bert_hash.BertHashForSequenceClassification"
|
| 11 |
+
},
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "legit",
|
| 14 |
+
"1": "injection"
|
| 15 |
+
},
|
| 16 |
+
"label2id": {
|
| 17 |
+
"legit": 0,
|
| 18 |
+
"injection": 1
|
| 19 |
},
|
| 20 |
"classifier_dropout": null,
|
| 21 |
"dtype": "float32",
|