robinzixuan
commited on
Commit
•
c825946
1
Parent(s):
60ff2f2
Update config.json
Browse files- config.json +5 -4
config.json
CHANGED
@@ -22,14 +22,15 @@
|
|
22 |
|
23 |
"torch_dtype": "float32",
|
24 |
"transformers_version": "4.31.0",
|
25 |
-
"type_vocab_size": 2
|
|
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 30522,
|
28 |
"attn_implementation":"OutEffHop",
|
29 |
"auto_map":
|
30 |
{"AutoConfig": "configuration_bert.BertConfig",
|
31 |
-
"AutoModel": "
|
32 |
-
"AutoModelForMaskedLM": "
|
33 |
-
"AutoModelForSequenceClassification": "
|
34 |
},
|
35 |
}
|
|
|
22 |
|
23 |
"torch_dtype": "float32",
|
24 |
"transformers_version": "4.31.0",
|
25 |
+
"type_vocab_size": 2
|
26 |
+
,
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 30522,
|
29 |
"attn_implementation":"OutEffHop",
|
30 |
"auto_map":
|
31 |
{"AutoConfig": "configuration_bert.BertConfig",
|
32 |
+
"AutoModel": "modeling_bert.BertModel",
|
33 |
+
"AutoModelForMaskedLM": "modeling_bert.BertForMaskedLM",
|
34 |
+
"AutoModelForSequenceClassification": "modeling_bert.BertForSequenceClassification"
|
35 |
},
|
36 |
}
|