jadechoghari
commited on
Commit
•
fcff9bf
1
Parent(s):
54b2327
update the config to support online model loading
Browse files(ignore the pr until all files are uploaded `modeling.py` etc...)
- config.json +6 -1
config.json
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"CambrianQwenForCausalLM"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 151643,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Vision-CAIR/LongVU_Qwen2_7B",
|
3 |
"architectures": [
|
4 |
"CambrianQwenForCausalLM"
|
5 |
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "modeling.CambrianConfig",
|
8 |
+
"AutoModel": "modeling.CambrianQwenForCausalLM",
|
9 |
+
"AutoModelForCausalLM": "modeling.CambrianQwenForCausalLM"
|
10 |
+
},
|
11 |
"attention_bias": false,
|
12 |
"attention_dropout": 0.0,
|
13 |
"bos_token_id": 151643,
|