Model save
Browse files- README.md +2 -4
- all_results.json +3 -3
- config.json +1 -1
- train_results.json +3 -3
- trainer_state.json +3 -3
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
| 1 |
---
|
| 2 |
base_model: flyingbugs/Qwen2.5-Math-7B-Instruct
|
| 3 |
-
datasets: flyingbugs/open-r1-pruned-keep-0.5-token-prune
|
| 4 |
library_name: transformers
|
| 5 |
model_name: Qwen2.5-math-7B-openr1-math-tokenprune
|
| 6 |
tags:
|
| 7 |
- generated_from_trainer
|
| 8 |
-
- open-r1
|
| 9 |
- trl
|
| 10 |
- sft
|
| 11 |
licence: license
|
|
@@ -13,7 +11,7 @@ licence: license
|
|
| 13 |
|
| 14 |
# Model Card for Qwen2.5-math-7B-openr1-math-tokenprune
|
| 15 |
|
| 16 |
-
This model is a fine-tuned version of [flyingbugs/Qwen2.5-Math-7B-Instruct](https://huggingface.co/flyingbugs/Qwen2.5-Math-7B-Instruct)
|
| 17 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 18 |
|
| 19 |
## Quick start
|
|
@@ -29,7 +27,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/jjh233/huggingface/runs/
|
| 33 |
|
| 34 |
|
| 35 |
This model was trained with SFT.
|
|
|
|
| 1 |
---
|
| 2 |
base_model: flyingbugs/Qwen2.5-Math-7B-Instruct
|
|
|
|
| 3 |
library_name: transformers
|
| 4 |
model_name: Qwen2.5-math-7B-openr1-math-tokenprune
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 7 |
- trl
|
| 8 |
- sft
|
| 9 |
licence: license
|
|
|
|
| 11 |
|
| 12 |
# Model Card for Qwen2.5-math-7B-openr1-math-tokenprune
|
| 13 |
|
| 14 |
+
This model is a fine-tuned version of [flyingbugs/Qwen2.5-Math-7B-Instruct](https://huggingface.co/flyingbugs/Qwen2.5-Math-7B-Instruct).
|
| 15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 16 |
|
| 17 |
## Quick start
|
|
|
|
| 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/jjh233/huggingface/runs/aeaptczf)
|
| 31 |
|
| 32 |
|
| 33 |
This model was trained with SFT.
|
all_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"total_flos": 1.9838012377052217e+19,
|
| 3 |
"train_loss": 0.0,
|
| 4 |
-
"train_runtime": 1.
|
| 5 |
"train_samples": 93733,
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second":
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 1.9838012377052217e+19,
|
| 3 |
"train_loss": 0.0,
|
| 4 |
+
"train_runtime": 1.5553,
|
| 5 |
"train_samples": 93733,
|
| 6 |
+
"train_samples_per_second": 18370.423,
|
| 7 |
+
"train_steps_per_second": 1147.669
|
| 8 |
}
|
config.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
"tie_word_embeddings": false,
|
| 23 |
"torch_dtype": "bfloat16",
|
| 24 |
"transformers_version": "4.51.3",
|
| 25 |
-
"use_cache":
|
| 26 |
"use_sliding_window": false,
|
| 27 |
"vocab_size": 152064
|
| 28 |
}
|
|
|
|
| 22 |
"tie_word_embeddings": false,
|
| 23 |
"torch_dtype": "bfloat16",
|
| 24 |
"transformers_version": "4.51.3",
|
| 25 |
+
"use_cache": false,
|
| 26 |
"use_sliding_window": false,
|
| 27 |
"vocab_size": 152064
|
| 28 |
}
|
train_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"total_flos": 1.9838012377052217e+19,
|
| 3 |
"train_loss": 0.0,
|
| 4 |
-
"train_runtime": 1.
|
| 5 |
"train_samples": 93733,
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second":
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 1.9838012377052217e+19,
|
| 3 |
"train_loss": 0.0,
|
| 4 |
+
"train_runtime": 1.5553,
|
| 5 |
"train_samples": 93733,
|
| 6 |
+
"train_samples_per_second": 18370.423,
|
| 7 |
+
"train_steps_per_second": 1147.669
|
| 8 |
}
|
trainer_state.json
CHANGED
|
@@ -12509,9 +12509,9 @@
|
|
| 12509 |
"step": 1785,
|
| 12510 |
"total_flos": 1.9838012377052217e+19,
|
| 12511 |
"train_loss": 0.0,
|
| 12512 |
-
"train_runtime": 1.
|
| 12513 |
-
"train_samples_per_second":
|
| 12514 |
-
"train_steps_per_second":
|
| 12515 |
}
|
| 12516 |
],
|
| 12517 |
"logging_steps": 1,
|
|
|
|
| 12509 |
"step": 1785,
|
| 12510 |
"total_flos": 1.9838012377052217e+19,
|
| 12511 |
"train_loss": 0.0,
|
| 12512 |
+
"train_runtime": 1.5553,
|
| 12513 |
+
"train_samples_per_second": 18370.423,
|
| 12514 |
+
"train_steps_per_second": 1147.669
|
| 12515 |
}
|
| 12516 |
],
|
| 12517 |
"logging_steps": 1,
|
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:f19e669a2ab0eca759b75e0f309aa5be9e456c1773086442ac62c47ef1b5d839
|
| 3 |
size 7480
|