Fudan-FUXI
commited on
Upload 4 files
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- config.json +2 -2
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"q_proj",
|
24 |
"down_proj",
|
25 |
"v_proj",
|
26 |
"k_proj",
|
27 |
-
"
|
|
|
28 |
"gate_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"down_proj",
|
24 |
"v_proj",
|
25 |
"k_proj",
|
26 |
+
"o_proj",
|
27 |
+
"q_proj",
|
28 |
"gate_proj",
|
29 |
+
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 983157856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:949711ed9ec3b77140c13a390570614a99db3ac3be71769bf22a65474255a28f
|
3 |
size 983157856
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "./checkpoints/
|
3 |
"architectures": [
|
4 |
"LlavaLlamaModel"
|
5 |
],
|
@@ -167,7 +167,7 @@
|
|
167 |
"model_dtype": "torch.bfloat16",
|
168 |
"model_type": "llava_llama",
|
169 |
"num_video_frames": 8,
|
170 |
-
"resume_path": "./checkpoints/
|
171 |
"s2": false,
|
172 |
"s2_max_split_size": 336,
|
173 |
"s2_scales": "336,672,1008",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./checkpoints/LiFT-Critic-40b",
|
3 |
"architectures": [
|
4 |
"LlavaLlamaModel"
|
5 |
],
|
|
|
167 |
"model_dtype": "torch.bfloat16",
|
168 |
"model_type": "llava_llama",
|
169 |
"num_video_frames": 8,
|
170 |
+
"resume_path": "./checkpoints/LiFT-Critic-40b",
|
171 |
"s2": false,
|
172 |
"s2_max_split_size": 336,
|
173 |
"s2_scales": "336,672,1008",
|