Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/home/yueyulin/model/qwen_r1_7b_withgate_freezemlp__16G_hf/",
|
3 |
"architectures": [
|
4 |
"RwkvHybridForCausalLM"
|
5 |
],
|
|
|
|
|
|
|
|
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 151643,
|
8 |
"eos_token_id": 151645,
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"RwkvHybridForCausalLM"
|
4 |
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_rwkv_hybrid.RwkvHybridConfig",
|
7 |
+
"AutoModelForCausalLM": "modeling_rwkv_hybrid.RwkvHybridForCausalLM"
|
8 |
+
},
|
9 |
"attention_dropout": 0.0,
|
10 |
"bos_token_id": 151643,
|
11 |
"eos_token_id": 151645,
|