a-F1 commited on
Commit
d51b90d
·
verified ·
1 Parent(s): 2481cfb

Model save

Browse files
README.md CHANGED
@@ -1,11 +1,9 @@
1
  ---
2
  base_model: Qwen/Qwen2.5-Math-1.5B
3
- datasets: HuggingFaceH4/Bespoke-Stratos-17k
4
  library_name: transformers
5
  model_name: Qwen2.5-Math-1.5B-Open-R1-Distill-bi
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-1.5B-Open-R1-Distill-bi
15
 
16
- This model is a fine-tuned version of [Qwen/Qwen2.5-Math-1.5B](https://huggingface.co/Qwen/Qwen2.5-Math-1.5B) on the [HuggingFaceH4/Bespoke-Stratos-17k](https://huggingface.co/datasets/HuggingFaceH4/Bespoke-Stratos-17k) dataset.
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/fandou-team/huggingface/runs/fgwx3x79)
33
 
34
 
35
  This model was trained with SFT.
 
1
  ---
2
  base_model: Qwen/Qwen2.5-Math-1.5B
 
3
  library_name: transformers
4
  model_name: Qwen2.5-Math-1.5B-Open-R1-Distill-bi
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
  - sft
9
  licence: license
 
11
 
12
  # Model Card for Qwen2.5-Math-1.5B-Open-R1-Distill-bi
13
 
14
+ This model is a fine-tuned version of [Qwen/Qwen2.5-Math-1.5B](https://huggingface.co/Qwen/Qwen2.5-Math-1.5B).
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/fandou-team/huggingface/runs/7riusew9)
31
 
32
 
33
  This model was trained with SFT.
all_results.json CHANGED
@@ -1,17 +1,17 @@
1
  {
2
- "eval_reasoning_loss": 0.858944296836853,
3
- "eval_reasoning_runtime": 27.4191,
4
- "eval_reasoning_samples_per_second": 4.705,
5
- "eval_reasoning_steps_per_second": 1.204,
6
  "eval_samples": 100,
7
- "eval_utility_loss": 1.4312485456466675,
8
- "eval_utility_runtime": 10.2853,
9
- "eval_utility_samples_per_second": 4.764,
10
- "eval_utility_steps_per_second": 1.264,
11
  "total_flos": 0.0,
12
- "train_loss": 2.3145499420024835,
13
- "train_runtime": 31780.9844,
14
  "train_samples": 16610,
15
- "train_samples_per_second": 0.68,
16
  "train_steps_per_second": 0.085
17
  }
 
1
  {
2
+ "eval_reasoning_loss": 0.8391534090042114,
3
+ "eval_reasoning_runtime": 29.4383,
4
+ "eval_reasoning_samples_per_second": 4.382,
5
+ "eval_reasoning_steps_per_second": 1.121,
6
  "eval_samples": 100,
7
+ "eval_utility_loss": 1.158387541770935,
8
+ "eval_utility_runtime": 11.0695,
9
+ "eval_utility_samples_per_second": 4.427,
10
+ "eval_utility_steps_per_second": 1.174,
11
  "total_flos": 0.0,
12
+ "train_loss": 2.300789678476194,
13
+ "train_runtime": 31930.6254,
14
  "train_samples": 16610,
15
+ "train_samples_per_second": 0.677,
16
  "train_steps_per_second": 0.085
17
  }
config.json CHANGED
@@ -23,7 +23,7 @@
23
  "tie_word_embeddings": true,
24
  "torch_dtype": "bfloat16",
25
  "transformers_version": "4.50.0.dev0",
26
- "use_cache": true,
27
  "use_mrope": false,
28
  "use_sliding_window": false,
29
  "vocab_size": 151936
 
23
  "tie_word_embeddings": true,
24
  "torch_dtype": "bfloat16",
25
  "transformers_version": "4.50.0.dev0",
26
+ "use_cache": false,
27
  "use_mrope": false,
28
  "use_sliding_window": false,
29
  "vocab_size": 151936
eval_results.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "eval_reasoning_loss": 0.858944296836853,
3
- "eval_reasoning_runtime": 27.4191,
4
- "eval_reasoning_samples_per_second": 4.705,
5
- "eval_reasoning_steps_per_second": 1.204,
6
  "eval_samples": 100,
7
- "eval_utility_loss": 1.4312485456466675,
8
- "eval_utility_runtime": 10.2853,
9
- "eval_utility_samples_per_second": 4.764,
10
- "eval_utility_steps_per_second": 1.264
11
  }
 
1
  {
2
+ "eval_reasoning_loss": 0.8391534090042114,
3
+ "eval_reasoning_runtime": 29.4383,
4
+ "eval_reasoning_samples_per_second": 4.382,
5
+ "eval_reasoning_steps_per_second": 1.121,
6
  "eval_samples": 100,
7
+ "eval_utility_loss": 1.158387541770935,
8
+ "eval_utility_runtime": 11.0695,
9
+ "eval_utility_samples_per_second": 4.427,
10
+ "eval_utility_steps_per_second": 1.174
11
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76e87fb37f0503c459587389f62ef8089353218c3427e2dc5facf4f98d3a85de
3
  size 3087467144
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ca616972cfbaac7c9aa32ac2a6025ea2566f025fa936fecd75167fd9a45bf3d
3
  size 3087467144
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 2.3145499420024835,
4
- "train_runtime": 31780.9844,
5
  "train_samples": 16610,
6
- "train_samples_per_second": 0.68,
7
  "train_steps_per_second": 0.085
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 2.300789678476194,
4
+ "train_runtime": 31930.6254,
5
  "train_samples": 16610,
6
+ "train_samples_per_second": 0.677,
7
  "train_steps_per_second": 0.085
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:e1dd270b7f8d93ad9d6ffe7c93f5ee0225a4a2134afae64c9fa5e1cd078b815c
3
  size 6008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:177e05ad3e6e7b32c5999314e3e3535d1ba1226c31b12030694cf61410ccc3b9
3
  size 6008