LuyiCui commited on
Commit
3eb2d58
·
verified ·
1 Parent(s): 58c3048

End of training

Browse files
Files changed (4) hide show
  1. README.md +3 -1
  2. all_results.json +4 -4
  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-GRPO
4
  tags:
5
  - generated_from_trainer
 
6
  - trl
7
  - grpo
8
  licence: license
@@ -10,7 +12,7 @@ licence: license
10
 
11
  # Model Card for Qwen2.5-1.5B-Open-R1-GRPO
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: AI-MO/NuminaMath-TIR
3
  library_name: transformers
4
  model_name: Qwen2.5-1.5B-Open-R1-GRPO
5
  tags:
6
  - generated_from_trainer
7
+ - open-r1
8
  - trl
9
  - grpo
10
  licence: license
 
12
 
13
  # Model Card for Qwen2.5-1.5B-Open-R1-GRPO
14
 
15
+ This model is a fine-tuned version of [None](https://huggingface.co/None) on the [AI-MO/NuminaMath-TIR](https://huggingface.co/datasets/AI-MO/NuminaMath-TIR) dataset.
16
  It has been trained using [TRL](https://github.com/huggingface/trl).
17
 
18
  ## Quick start
all_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "eval_loss": 0.289665162563324,
3
- "eval_runtime": 71.1142,
4
  "eval_samples": 99,
5
- "eval_samples_per_second": 1.392,
6
- "eval_steps_per_second": 0.042,
7
  "total_flos": 0.0,
8
  "train_loss": 69.57985635299504,
9
  "train_runtime": 92793.5148,
 
1
  {
2
+ "eval_loss": 0.012912314385175705,
3
+ "eval_runtime": 196.6453,
4
  "eval_samples": 99,
5
+ "eval_samples_per_second": 0.503,
6
+ "eval_steps_per_second": 0.015,
7
  "total_flos": 0.0,
8
  "train_loss": 69.57985635299504,
9
  "train_runtime": 92793.5148,
config.json CHANGED
@@ -23,7 +23,7 @@
23
  "tie_word_embeddings": true,
24
  "torch_dtype": "bfloat16",
25
  "transformers_version": "4.49.0.dev0",
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.49.0.dev0",
26
+ "use_cache": true,
27
  "use_sliding_window": false,
28
  "vocab_size": 151936
29
  }
eval_results.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "eval_loss": 0.289665162563324,
3
- "eval_runtime": 71.1142,
4
  "eval_samples": 99,
5
- "eval_samples_per_second": 1.392,
6
- "eval_steps_per_second": 0.042
7
  }
 
1
  {
2
+ "eval_loss": 0.012912314385175705,
3
+ "eval_runtime": 196.6453,
4
  "eval_samples": 99,
5
+ "eval_samples_per_second": 0.503,
6
+ "eval_steps_per_second": 0.015
7
  }