Model save
Browse files- README.md +2 -2
- all_results.json +5 -5
- 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/liderek269/huggingface/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).
|
|
@@ -37,7 +37,7 @@ This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing
|
|
| 37 |
- TRL: 0.16.0
|
| 38 |
- Transformers: 4.50.0
|
| 39 |
- Pytorch: 2.5.1
|
| 40 |
-
- Datasets: 3.
|
| 41 |
- Tokenizers: 0.21.1
|
| 42 |
|
| 43 |
## Citations
|
|
|
|
| 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/liderek269/huggingface/runs/nhvgepdj)
|
| 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).
|
|
|
|
| 37 |
- TRL: 0.16.0
|
| 38 |
- Transformers: 4.50.0
|
| 39 |
- Pytorch: 2.5.1
|
| 40 |
+
- Datasets: 3.5.0
|
| 41 |
- Tokenizers: 0.21.1
|
| 42 |
|
| 43 |
## Citations
|
all_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
-
"train_loss": 0.
|
| 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.008742584363342477,
|
| 4 |
+
"train_runtime": 54338.7365,
|
| 5 |
+
"train_samples": 7500,
|
| 6 |
+
"train_samples_per_second": 0.138,
|
| 7 |
+
"train_steps_per_second": 0.009
|
| 8 |
}
|
train_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
-
"train_loss": 0.
|
| 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.008742584363342477,
|
| 4 |
+
"train_runtime": 54338.7365,
|
| 5 |
+
"train_samples": 7500,
|
| 6 |
+
"train_samples_per_second": 0.138,
|
| 7 |
+
"train_steps_per_second": 0.009
|
| 8 |
}
|
trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|