Model save
Browse files- README.md +2 -5
- all_results.json +4 -4
- generation_config.json +4 -11
- train_results.json +4 -4
- trainer_state.json +0 -0
README.md
CHANGED
|
@@ -1,11 +1,8 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
| 3 |
-
datasets: Blancy/secondfiltered-math220k-difficulty_stratified_10k
|
| 4 |
library_name: transformers
|
| 5 |
model_name: Qwen2.5-1.5B-Open-R1-GRPO
|
| 6 |
tags:
|
| 7 |
- generated_from_trainer
|
| 8 |
-
- open-r1
|
| 9 |
- trl
|
| 10 |
- grpo
|
| 11 |
licence: license
|
|
@@ -13,7 +10,7 @@ licence: license
|
|
| 13 |
|
| 14 |
# Model Card for Qwen2.5-1.5B-Open-R1-GRPO
|
| 15 |
|
| 16 |
-
This model is a fine-tuned version of [
|
| 17 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 18 |
|
| 19 |
## Quick start
|
|
@@ -29,7 +26,7 @@ print(output["generated_text"])
|
|
| 29 |
|
| 30 |
## Training procedure
|
| 31 |
|
| 32 |
-
[<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/224015062-chinese-university-of-hong-kong-shenzhen/huggingface/runs/
|
| 33 |
|
| 34 |
|
| 35 |
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).
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
model_name: Qwen2.5-1.5B-Open-R1-GRPO
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
| 6 |
- trl
|
| 7 |
- grpo
|
| 8 |
licence: license
|
|
|
|
| 10 |
|
| 11 |
# Model Card for Qwen2.5-1.5B-Open-R1-GRPO
|
| 12 |
|
| 13 |
+
This model is a fine-tuned version of [None](https://huggingface.co/None).
|
| 14 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 15 |
|
| 16 |
## Quick start
|
|
|
|
| 26 |
|
| 27 |
## Training procedure
|
| 28 |
|
| 29 |
+
[<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/224015062-chinese-university-of-hong-kong-shenzhen/huggingface/runs/6b1srs5j)
|
| 30 |
|
| 31 |
|
| 32 |
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).
|
all_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
-
"train_loss": 0.
|
| 4 |
-
"train_runtime":
|
| 5 |
"train_samples": 10000,
|
| 6 |
-
"train_samples_per_second": 0.
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
+
"train_loss": 0.06767873773664092,
|
| 4 |
+
"train_runtime": 29303.3524,
|
| 5 |
"train_samples": 10000,
|
| 6 |
+
"train_samples_per_second": 0.341,
|
| 7 |
+
"train_steps_per_second": 0.012
|
| 8 |
}
|
generation_config.json
CHANGED
|
@@ -1,14 +1,7 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"bos_token_id": 151643,
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
|
| 6 |
-
151643
|
| 7 |
-
],
|
| 8 |
-
"pad_token_id": 151643,
|
| 9 |
-
"repetition_penalty": 1.1,
|
| 10 |
-
"temperature": 0.7,
|
| 11 |
-
"top_k": 20,
|
| 12 |
-
"top_p": 0.8,
|
| 13 |
-
"transformers_version": "4.49.0"
|
| 14 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
"bos_token_id": 151643,
|
| 4 |
+
"eos_token_id": 151645,
|
| 5 |
+
"transformers_version": "4.49.0",
|
| 6 |
+
"use_cache": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
}
|
train_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
-
"train_loss": 0.
|
| 4 |
-
"train_runtime":
|
| 5 |
"train_samples": 10000,
|
| 6 |
-
"train_samples_per_second": 0.
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
+
"train_loss": 0.06767873773664092,
|
| 4 |
+
"train_runtime": 29303.3524,
|
| 5 |
"train_samples": 10000,
|
| 6 |
+
"train_samples_per_second": 0.341,
|
| 7 |
+
"train_steps_per_second": 0.012
|
| 8 |
}
|
trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|