fangwu97 commited on
Commit
bbfc410
·
verified ·
1 Parent(s): db341c8

End of training

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  base_model: Qwen/Qwen2.5-0.5B-Instruct
3
- datasets: AI-MO/NuminaMath-TIR
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 [AI-MO/NuminaMath-TIR](https://huggingface.co/datasets/AI-MO/NuminaMath-TIR) dataset.
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/eeyiyy9t)
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.15.2
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