Training in progress, step 10
Browse files- README.md +1 -1
- adapter_config.json +7 -7
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
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/
|
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 |
-
"
|
29 |
"q_proj",
|
|
|
|
|
30 |
"o_proj",
|
31 |
-
"
|
|
|
32 |
"gate_proj",
|
33 |
"qkv",
|
34 |
-
"
|
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:
|
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:
|
3 |
size 6929
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40dad4fba9b6f7a9d266261c01b97ad7dd9ef6342cdbdde39f88b69034e3429b
|
3 |
size 6929
|