jfang commited on
Commit
80523ec
·
verified ·
1 Parent(s): 38a93d7

Training in progress, step 10

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/on-planets/glm4-1v-8b/runs/ad4mye88)
31
 
32
 
33
  This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models](https://huggingface.co/papers/2402.03300).
 
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/on-planets/glm4-1v-8b/runs/z5hp2rsl)
31
 
32
 
33
  This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models](https://huggingface.co/papers/2402.03300).
adapter_config.json CHANGED
@@ -25,17 +25,17 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "down_proj",
29
  "q_proj",
 
 
30
  "o_proj",
31
- "k_proj",
 
32
  "gate_proj",
33
  "qkv",
34
- "up_proj",
35
- "merger.proj",
36
- "v_proj",
37
- "gate_up_proj",
38
- "attn.proj"
39
  ],
40
  "task_type": "CAUSAL_LM",
41
  "trainable_token_indices": null,
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
+ "v_proj",
29
  "q_proj",
30
+ "gate_up_proj",
31
+ "attn.proj",
32
  "o_proj",
33
+ "up_proj",
34
+ "down_proj",
35
  "gate_proj",
36
  "qkv",
37
+ "k_proj",
38
+ "merger.proj"
 
 
 
39
  ],
40
  "task_type": "CAUSAL_LM",
41
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f8f01b85acc9fdd2e532cbc2483f7e24013074889a8ee6a7d95497ca4cb75a3
3
  size 117320232
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:160498b090c81335fcfe5554d744d7d18229d90a4a6d917281fec358997f1926
3
  size 117320232
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cb34fbd5694acb2e2adb1e804f002ff21e90c41256b812c6efeee7f824ac5d3
3
  size 6929
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40dad4fba9b6f7a9d266261c01b97ad7dd9ef6342cdbdde39f88b69034e3429b
3
  size 6929