Update config.json
Browse files- config.json +6 -0
config.json
CHANGED
|
@@ -2,6 +2,12 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"Qwen2ForMaskedLM"
|
| 4 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"bos_token_id": 151643,
|
| 7 |
"eos_token_id": 151645,
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"Qwen2ForMaskedLM"
|
| 4 |
],
|
| 5 |
+
"auto_map": {
|
| 6 |
+
"AutoModel": "modeling_qwen.DusMistralModel",
|
| 7 |
+
"AutoModelForCausalLM": "modeling_qwen.Qwen2ForCausalLM",
|
| 8 |
+
"AutoModelForMaskedLM": "modeling_qwen.Qwen2ForMaskedlLM",
|
| 9 |
+
"AutoModelForTokenClassification": "modeling_qwen.Qwen2ForTokenClassification",
|
| 10 |
+
},
|
| 11 |
"attention_dropout": 0.0,
|
| 12 |
"bos_token_id": 151643,
|
| 13 |
"eos_token_id": 151645,
|