mrm8488 commited on
Commit
a935c3e
·
verified ·
1 Parent(s): 502e8f2

Update config.json

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