Fudan-FUXI commited on
Commit
9f0697d
·
verified ·
1 Parent(s): 448f403

Upload 4 files

Browse files
Files changed (3) hide show
  1. adapter_config.json +3 -3
  2. adapter_model.safetensors +1 -1
  3. 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
- "up_proj",
 
28
  "gate_proj",
29
- "o_proj"
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:8f316916a03c8e486a09c38d18c738b97e64ee1d0676040cde817e022a8ed21d
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/24-1108-vila-v1.5-40b-lora-r64-alpha128-lr-1e5-hdvila1000+human_feedback_multi_level-20epoch-release",
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/24-1108-vila-v1.5-40b-lora-r64-alpha128-lr-1e5-hdvila1000+human_feedback_multi_level-20epoch-release",
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",