Model save
Browse files- README.md +5 -2
- all_results.json +5 -5
- config.json +1 -1
- model.safetensors +3 -0
- train_results.json +5 -5
- trainer_state.json +8 -8
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
---
|
2 |
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
3 |
library_name: transformers
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
licence: license
|
7 |
---
|
8 |
|
9 |
-
# Model Card for
|
10 |
|
11 |
This model is a fine-tuned version of [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B).
|
12 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
@@ -24,7 +27,7 @@ print(output["generated_text"])
|
|
24 |
|
25 |
## Training procedure
|
26 |
|
27 |
-
[<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/ruikangzhao-danmarks-tekniske-universitet-dtu/huggingface/runs/
|
28 |
|
29 |
|
30 |
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 |
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
3 |
library_name: transformers
|
4 |
+
model_name: Qwen2.5-1.5B-Open-R1-GRPO
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
- trl
|
8 |
+
- grpo
|
9 |
licence: license
|
10 |
---
|
11 |
|
12 |
+
# Model Card for Qwen2.5-1.5B-Open-R1-GRPO
|
13 |
|
14 |
This model is a fine-tuned version of [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
|
|
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/ruikangzhao-danmarks-tekniske-universitet-dtu/huggingface/runs/bare070u)
|
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).
|
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": 4.6566128730773926e-09,
|
4 |
+
"train_runtime": 1048.9444,
|
5 |
+
"train_samples": 10,
|
6 |
+
"train_samples_per_second": 0.01,
|
7 |
+
"train_steps_per_second": 0.001
|
8 |
}
|
config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"rope_theta": 10000,
|
22 |
"sliding_window": null,
|
23 |
"tie_word_embeddings": false,
|
24 |
-
"torch_dtype": "
|
25 |
"transformers_version": "4.48.2",
|
26 |
"use_cache": false,
|
27 |
"use_mrope": false,
|
|
|
21 |
"rope_theta": 10000,
|
22 |
"sliding_window": null,
|
23 |
"tie_word_embeddings": false,
|
24 |
+
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.48.2",
|
26 |
"use_cache": false,
|
27 |
"use_mrope": false,
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16bea0a35dba47a078ac1750e001512a02837da37c70c3c806244efbe9efefc8
|
3 |
+
size 3554214752
|
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": 4.6566128730773926e-09,
|
4 |
+
"train_runtime": 1048.9444,
|
5 |
+
"train_samples": 10,
|
6 |
+
"train_samples_per_second": 0.01,
|
7 |
+
"train_steps_per_second": 0.001
|
8 |
}
|
trainer_state.json
CHANGED
@@ -9,19 +9,19 @@
|
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
-
"completion_length":
|
13 |
"epoch": 1.0,
|
14 |
"kl": 0.0,
|
15 |
-
"reward": 0.
|
16 |
-
"reward_std": 0.
|
17 |
-
"rewards/accuracy_reward": 0.
|
18 |
"rewards/format_reward": 0.0,
|
19 |
"step": 1,
|
20 |
"total_flos": 0.0,
|
21 |
-
"train_loss":
|
22 |
-
"train_runtime":
|
23 |
-
"train_samples_per_second": 0.
|
24 |
-
"train_steps_per_second": 0.
|
25 |
}
|
26 |
],
|
27 |
"logging_steps": 10,
|
|
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
+
"completion_length": 877.275,
|
13 |
"epoch": 1.0,
|
14 |
"kl": 0.0,
|
15 |
+
"reward": 0.15,
|
16 |
+
"reward_std": 0.1498008370399475,
|
17 |
+
"rewards/accuracy_reward": 0.15,
|
18 |
"rewards/format_reward": 0.0,
|
19 |
"step": 1,
|
20 |
"total_flos": 0.0,
|
21 |
+
"train_loss": 4.6566128730773926e-09,
|
22 |
+
"train_runtime": 1048.9444,
|
23 |
+
"train_samples_per_second": 0.01,
|
24 |
+
"train_steps_per_second": 0.001
|
25 |
}
|
26 |
],
|
27 |
"logging_steps": 10,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ced2970672832e566c0331145ccd0d2531ff8c5440a13c61f0f1c2a369ca256
|
3 |
+
size 5880
|