DeeLearning commited on
Commit
2ea3562
·
verified ·
1 Parent(s): 3c0e154

End of training

Browse files
Files changed (4) hide show
  1. README.md +3 -1
  2. all_results.json +5 -0
  3. config.json +1 -1
  4. eval_results.json +4 -4
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
 
2
  library_name: transformers
3
  model_name: Qwen2.5-1.5B-Open-R1-Distill
4
  tags:
5
  - generated_from_trainer
 
6
  - trl
7
  - sft
8
  licence: license
@@ -10,7 +12,7 @@ licence: license
10
 
11
  # Model Card for Qwen2.5-1.5B-Open-R1-Distill
12
 
13
- This model is a fine-tuned version of [None](https://huggingface.co/None).
14
  It has been trained using [TRL](https://github.com/huggingface/trl).
15
 
16
  ## Quick start
 
1
  ---
2
+ datasets: HuggingFaceH4/Bespoke-Stratos-17k
3
  library_name: transformers
4
  model_name: Qwen2.5-1.5B-Open-R1-Distill
5
  tags:
6
  - generated_from_trainer
7
+ - open-r1
8
  - trl
9
  - sft
10
  licence: license
 
12
 
13
  # Model Card for Qwen2.5-1.5B-Open-R1-Distill
14
 
15
+ This model is a fine-tuned version of [None](https://huggingface.co/None) on the [HuggingFaceH4/Bespoke-Stratos-17k](https://huggingface.co/datasets/HuggingFaceH4/Bespoke-Stratos-17k) dataset.
16
  It has been trained using [TRL](https://github.com/huggingface/trl).
17
 
18
  ## Quick start
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 1.0,
 
 
 
 
 
3
  "total_flos": 76916824473600.0,
4
  "train_loss": 0.7337305870281874,
5
  "train_runtime": 1235.0855,
 
1
  {
2
  "epoch": 1.0,
3
+ "eval_loss": 0.7578943967819214,
4
+ "eval_runtime": 1.9314,
5
+ "eval_samples": 100,
6
+ "eval_samples_per_second": 66.273,
7
+ "eval_steps_per_second": 2.071,
8
  "total_flos": 76916824473600.0,
9
  "train_loss": 0.7337305870281874,
10
  "train_runtime": 1235.0855,
config.json CHANGED
@@ -23,7 +23,7 @@
23
  "tie_word_embeddings": true,
24
  "torch_dtype": "bfloat16",
25
  "transformers_version": "4.48.2",
26
- "use_cache": false,
27
  "use_sliding_window": false,
28
  "vocab_size": 151936
29
  }
 
23
  "tie_word_embeddings": true,
24
  "torch_dtype": "bfloat16",
25
  "transformers_version": "4.48.2",
26
+ "use_cache": true,
27
  "use_sliding_window": false,
28
  "vocab_size": 151936
29
  }
eval_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 1.0,
3
- "eval_loss": 0.7885702848434448,
4
- "eval_runtime": 1.9396,
5
  "eval_samples": 100,
6
- "eval_samples_per_second": 65.994,
7
- "eval_steps_per_second": 2.062
8
  }
 
1
  {
2
  "epoch": 1.0,
3
+ "eval_loss": 0.7578943967819214,
4
+ "eval_runtime": 1.9314,
5
  "eval_samples": 100,
6
+ "eval_samples_per_second": 66.273,
7
+ "eval_steps_per_second": 2.071
8
  }