Update config.json
Browse files- config.json +6 -0
config.json
CHANGED
@@ -3,6 +3,12 @@
|
|
3 |
"architectures": [
|
4 |
"CustomQwen2Model"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 151643,
|
8 |
"eos_token_id": 151645,
|
|
|
3 |
"architectures": [
|
4 |
"CustomQwen2Model"
|
5 |
],
|
6 |
+
"model_type": "custom_qwen2",
|
7 |
+
"auto_map": {
|
8 |
+
"AutoConfig": "modeling_custom_qwen.CustomQwen2Config",
|
9 |
+
"AutoModel": "modeling_custom_qwen.CustomQwen2Model",
|
10 |
+
"AutoModelForCausalLM": "modeling_custom_qwen.CustomQwen2Model"
|
11 |
+
},
|
12 |
"attention_dropout": 0.0,
|
13 |
"bos_token_id": 151643,
|
14 |
"eos_token_id": 151645,
|