End of training
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
base_model: Qwen/Qwen2.5-0.5B-Instruct
|
3 |
-
datasets:
|
4 |
library_name: transformers
|
5 |
model_name: Qwen2.5-0.5B-Instruct-GRPO-test
|
6 |
tags:
|
@@ -12,7 +12,7 @@ licence: license
|
|
12 |
|
13 |
# Model Card for Qwen2.5-0.5B-Instruct-GRPO-test
|
14 |
|
15 |
-
This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) on the [
|
16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
17 |
|
18 |
## Quick start
|
@@ -28,14 +28,14 @@ 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/fangwu/grpo_train/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).
|
35 |
|
36 |
### Framework versions
|
37 |
|
38 |
-
- TRL: 0.
|
39 |
- Transformers: 4.49.0
|
40 |
- Pytorch: 2.2.2
|
41 |
- Datasets: 3.3.2
|
|
|
1 |
---
|
2 |
base_model: Qwen/Qwen2.5-0.5B-Instruct
|
3 |
+
datasets: BytedTsinghua-SIA/DAPO-Math-17k
|
4 |
library_name: transformers
|
5 |
model_name: Qwen2.5-0.5B-Instruct-GRPO-test
|
6 |
tags:
|
|
|
12 |
|
13 |
# Model Card for Qwen2.5-0.5B-Instruct-GRPO-test
|
14 |
|
15 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) on the [BytedTsinghua-SIA/DAPO-Math-17k](https://huggingface.co/datasets/BytedTsinghua-SIA/DAPO-Math-17k) dataset.
|
16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
17 |
|
18 |
## Quick start
|
|
|
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/fangwu/grpo_train/runs/to1a36jv)
|
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).
|
35 |
|
36 |
### Framework versions
|
37 |
|
38 |
+
- TRL: 0.16.1
|
39 |
- Transformers: 4.49.0
|
40 |
- Pytorch: 2.2.2
|
41 |
- Datasets: 3.3.2
|