thyYu2024 commited on
Commit
cfc36bc
·
verified ·
1 Parent(s): aea59f5

Training in progress, step 5

Browse files
README.md CHANGED
@@ -27,7 +27,7 @@ print(output["generated_text"])
27
 
28
  ## Training procedure
29
 
30
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/ruoxue2-stony-brook-university/qwen2-vl-2b-person-30000-subject/runs/7cej549o)
31
 
32
 
33
  This model was trained with SFT.
 
27
 
28
  ## Training procedure
29
 
30
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/ruoxue2-stony-brook-university/qwen2-vl-2b-person-30000-subject/runs/hlx5xg5l)
31
 
32
 
33
  This model was trained with SFT.
adapter_config.json CHANGED
@@ -19,16 +19,16 @@
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": [
22
- "embed_tokens"
 
23
  ],
24
  "peft_type": "LORA",
25
  "r": 8,
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
- "v_proj",
30
  "q_proj",
31
- "lm_head"
32
  ],
33
  "task_type": "CAUSAL_LM",
34
  "trainable_token_indices": null,
 
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": [
22
+ "embed_tokens",
23
+ "lm_head"
24
  ],
25
  "peft_type": "LORA",
26
  "r": 8,
27
  "rank_pattern": {},
28
  "revision": null,
29
  "target_modules": [
 
30
  "q_proj",
31
+ "v_proj"
32
  ],
33
  "task_type": "CAUSAL_LM",
34
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1cc52d8f3914289818e74d9b58d7addb548c0b5a6f478468ecaea31912871d2c
3
- size 942780936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa60d5bc6a4488dc41f8630ec5819ef2c118885aad165be19bb9880ac14408ac
3
+ size 937869552
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9571637ca1700c120f9f33d4bbe4e6461e570da8f784f608d68f3ab88576c3ca
3
  size 5880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22bb9a6a08585b701878db8cdabba5e10cb5802697101f922352473da05e7d96
3
  size 5880