Training in progress, step 250
Browse files- README.md +5 -5
- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -27,25 +27,25 @@ 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/mlebar-university-of-chicago/huggingface/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).
|
34 |
|
35 |
### Framework versions
|
36 |
|
37 |
-
- TRL: 0.
|
38 |
-
- Transformers: 4.
|
39 |
- Pytorch: 2.8.0.dev20250319+cu128
|
40 |
- Datasets: 4.0.0
|
41 |
-
- Tokenizers: 0.
|
42 |
|
43 |
## Citations
|
44 |
|
45 |
Cite GRPO as:
|
46 |
|
47 |
```bibtex
|
48 |
-
@article{
|
49 |
title = {{DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models}},
|
50 |
author = {Zhihong Shao and Peiyi Wang and Qihao Zhu and Runxin Xu and Junxiao Song and Mingchuan Zhang and Y. K. Li and Y. Wu and Daya Guo},
|
51 |
year = 2024,
|
|
|
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/mlebar-university-of-chicago/huggingface/runs/81xgnibd)
|
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).
|
34 |
|
35 |
### Framework versions
|
36 |
|
37 |
+
- TRL: 0.22.1
|
38 |
+
- Transformers: 4.56.0
|
39 |
- Pytorch: 2.8.0.dev20250319+cu128
|
40 |
- Datasets: 4.0.0
|
41 |
+
- Tokenizers: 0.22.0
|
42 |
|
43 |
## Citations
|
44 |
|
45 |
Cite GRPO as:
|
46 |
|
47 |
```bibtex
|
48 |
+
@article{shao2024deepseekmath,
|
49 |
title = {{DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models}},
|
50 |
author = {Zhihong Shao and Peiyi Wang and Qihao Zhu and Runxin Xu and Junxiao Song and Mingchuan Zhang and Y. K. Li and Y. Wu and Daya Guo},
|
51 |
year = 2024,
|
adapter_config.json
CHANGED
@@ -25,8 +25,8 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"o_proj",
|
29 |
"v_proj",
|
|
|
30 |
"k_proj",
|
31 |
"q_proj"
|
32 |
],
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
|
|
28 |
"v_proj",
|
29 |
+
"o_proj",
|
30 |
"k_proj",
|
31 |
"q_proj"
|
32 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 54560368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0f6bba6875039fe3c20497843a92b4bf8c11aeeea27b60fa5fb54a1a053d784
|
3 |
size 54560368
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c2707f3bed6e825b1ab329ee8fd67eda78289534601eaeed56112c8ee2b8341
|
3 |
+
size 7057
|