AyaKhaled commited on
Commit
5f04d28
·
verified ·
1 Parent(s): a9ddf0c

Training in progress, step 1000

Browse files
Files changed (2) hide show
  1. adapter_config.json +6 -3
  2. adapter_model.safetensors +2 -2
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "microsoft/Phi-3.5-vision-instruct",
5
  "bias": "none",
6
  "corda_config": null,
7
  "eva_config": null,
@@ -24,10 +24,13 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "q_proj",
28
  "o_proj",
 
 
 
29
  "k_proj",
30
- "v_proj"
 
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "trainable_token_indices": null,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "llava-hf/llava-1.5-7b-hf",
5
  "bias": "none",
6
  "corda_config": null,
7
  "eva_config": null,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
27
  "o_proj",
28
+ "down_proj",
29
+ "q_proj",
30
+ "up_proj",
31
  "k_proj",
32
+ "v_proj",
33
+ "gate_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d99c1252beca955efbd1a3384ffb3f09cbf1275093195b43f8930f5eb6fa9e46
3
- size 11045424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e5e0b87f3b77c1f9fe860ce98b5ed77893f9d411c005dae99779eb90f2e9281
3
+ size 84761704