Upload ./config.json with huggingface_hub
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"attention_head_dim": 128,
|
| 12 |
"auto_map": {
|
| 13 |
"AutoConfig": "configuration_hunyuan.HunYuanConfig",
|
| 14 |
-
"AutoModel": "hunyuan.
|
| 15 |
"AutoModelForCausalLM": "hunyuan.HunYuanMoEV1ForCausalLM"
|
| 16 |
},
|
| 17 |
"bos_token_id": 1,
|
|
|
|
| 11 |
"attention_head_dim": 128,
|
| 12 |
"auto_map": {
|
| 13 |
"AutoConfig": "configuration_hunyuan.HunYuanConfig",
|
| 14 |
+
"AutoModel": "hunyuan.HunYuanModel",
|
| 15 |
"AutoModelForCausalLM": "hunyuan.HunYuanMoEV1ForCausalLM"
|
| 16 |
},
|
| 17 |
"bos_token_id": 1,
|