Model save
Browse files- README.md +1 -1
- checkpoint/adapter_config.json +4 -4
- checkpoint/adapter_model.safetensors +1 -1
- checkpoint/training_args.bin +1 -1
README.md
CHANGED
@@ -28,7 +28,7 @@ print(output["generated_text"])
|
|
28 |
|
29 |
## Training procedure
|
30 |
|
31 |
-
[<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/amaydle/huggingface/runs/
|
32 |
|
33 |
|
34 |
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).
|
|
|
28 |
|
29 |
## Training procedure
|
30 |
|
31 |
+
[<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/amaydle/huggingface/runs/h0wfc037)
|
32 |
|
33 |
|
34 |
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).
|
checkpoint/adapter_config.json
CHANGED
@@ -24,13 +24,13 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
|
|
|
|
27 |
"up_proj",
|
28 |
"k_proj",
|
29 |
"down_proj",
|
30 |
-
"
|
31 |
-
"q_proj",
|
32 |
-
"o_proj",
|
33 |
-
"gate_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
+
"o_proj",
|
28 |
+
"v_proj",
|
29 |
+
"gate_proj",
|
30 |
"up_proj",
|
31 |
"k_proj",
|
32 |
"down_proj",
|
33 |
+
"q_proj"
|
|
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
checkpoint/adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 323014168
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:858adc85d4457fa72eac7402455de39cb267db05c527e476cd842c3791f77f26
|
3 |
size 323014168
|
checkpoint/training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5944
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4725bcc241f4eb6d47fff0068f6dcfa907f087b17a95cfd1e285e032bab79413
|
3 |
size 5944
|