Model save
Browse files- README.md +2 -2
- all_results.json +5 -5
- generation_config.json +1 -1
- train_results.json +5 -5
- trainer_state.json +0 -0
README.md
CHANGED
|
@@ -27,7 +27,7 @@ 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/need-ai/open-r1-basic/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).
|
|
@@ -35,7 +35,7 @@ This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing
|
|
| 35 |
### Framework versions
|
| 36 |
|
| 37 |
- TRL: 0.16.0.dev0
|
| 38 |
-
- Transformers: 4.
|
| 39 |
- Pytorch: 2.5.1
|
| 40 |
- Datasets: 3.3.2
|
| 41 |
- Tokenizers: 0.21.0
|
|
|
|
| 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/need-ai/open-r1-basic-cameronchen/runs/vg27qwkt)
|
| 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).
|
|
|
|
| 35 |
### Framework versions
|
| 36 |
|
| 37 |
- TRL: 0.16.0.dev0
|
| 38 |
+
- Transformers: 4.49.0
|
| 39 |
- Pytorch: 2.5.1
|
| 40 |
- Datasets: 3.3.2
|
| 41 |
- Tokenizers: 0.21.0
|
all_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": 0.11724991016089917,
|
| 4 |
+
"train_runtime": 482.6536,
|
| 5 |
+
"train_samples": 16,
|
| 6 |
+
"train_samples_per_second": 0.332,
|
| 7 |
+
"train_steps_per_second": 0.021
|
| 8 |
}
|
generation_config.json
CHANGED
|
@@ -10,5 +10,5 @@
|
|
| 10 |
"temperature": 0.7,
|
| 11 |
"top_k": 20,
|
| 12 |
"top_p": 0.8,
|
| 13 |
-
"transformers_version": "4.
|
| 14 |
}
|
|
|
|
| 10 |
"temperature": 0.7,
|
| 11 |
"top_k": 20,
|
| 12 |
"top_p": 0.8,
|
| 13 |
+
"transformers_version": "4.49.0"
|
| 14 |
}
|
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": 0.11724991016089917,
|
| 4 |
+
"train_runtime": 482.6536,
|
| 5 |
+
"train_samples": 16,
|
| 6 |
+
"train_samples_per_second": 0.332,
|
| 7 |
+
"train_steps_per_second": 0.021
|
| 8 |
}
|
trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|