Model save
Browse files- README.md +2 -4
- all_results.json +5 -5
- config.json +1 -1
- model.safetensors +1 -1
- train_results.json +5 -5
- trainer_state.json +0 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
---
|
2 |
-
datasets: AI-MO/NuminaMath-TIR
|
3 |
library_name: transformers
|
4 |
model_name: Qwen2.5-1.5B-Open-R1-GRPO
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
- open-r1
|
8 |
- trl
|
9 |
- grpo
|
10 |
licence: license
|
@@ -12,7 +10,7 @@ licence: license
|
|
12 |
|
13 |
# Model Card for Qwen2.5-1.5B-Open-R1-GRPO
|
14 |
|
15 |
-
This model is a fine-tuned version of [None](https://huggingface.co/None)
|
16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
17 |
|
18 |
## Quick start
|
@@ -28,7 +26,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/cuiluyi/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).
|
|
|
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/cuiluyi/huggingface/runs/9ncklfe9)
|
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
@@ -5,9 +5,9 @@
|
|
5 |
"eval_samples_per_second": 1.392,
|
6 |
"eval_steps_per_second": 0.042,
|
7 |
"total_flos": 0.0,
|
8 |
-
"train_loss":
|
9 |
-
"train_runtime":
|
10 |
-
"train_samples":
|
11 |
-
"train_samples_per_second": 0.
|
12 |
-
"train_steps_per_second": 0.
|
13 |
}
|
|
|
5 |
"eval_samples_per_second": 1.392,
|
6 |
"eval_steps_per_second": 0.042,
|
7 |
"total_flos": 0.0,
|
8 |
+
"train_loss": 69.57985635299504,
|
9 |
+
"train_runtime": 92793.5148,
|
10 |
+
"train_samples": 20000,
|
11 |
+
"train_samples_per_second": 0.216,
|
12 |
+
"train_steps_per_second": 0.027
|
13 |
}
|
config.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
"tie_word_embeddings": true,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.49.0.dev0",
|
26 |
-
"use_cache":
|
27 |
"use_sliding_window": false,
|
28 |
"vocab_size": 151936
|
29 |
}
|
|
|
23 |
"tie_word_embeddings": true,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.49.0.dev0",
|
26 |
+
"use_cache": false,
|
27 |
"use_sliding_window": false,
|
28 |
"vocab_size": 151936
|
29 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3087467144
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe5ff90e6cc385072d340acef1773b13964d4a238238ef410f97ad4c110a1a5b
|
3 |
size 3087467144
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"total_flos": 0.0,
|
3 |
-
"train_loss":
|
4 |
-
"train_runtime":
|
5 |
-
"train_samples":
|
6 |
-
"train_samples_per_second": 0.
|
7 |
-
"train_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
"total_flos": 0.0,
|
3 |
+
"train_loss": 69.57985635299504,
|
4 |
+
"train_runtime": 92793.5148,
|
5 |
+
"train_samples": 20000,
|
6 |
+
"train_samples_per_second": 0.216,
|
7 |
+
"train_steps_per_second": 0.027
|
8 |
}
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b9291bb657e667f701884084c5707bb15083f7408ef7e815b662545c1c37e5a
|
3 |
size 7480
|