wzzju commited on
Commit
8cf3188
·
verified ·
1 Parent(s): 8ffb524

Update model checkpoint

Browse files
Files changed (2) hide show
  1. README.md +4 -5
  2. config.json +1 -1
README.md CHANGED
@@ -1,17 +1,16 @@
1
  ---
2
  base_model: Qwen/Qwen2.5-Math-7B
 
3
  library_name: transformers
4
- model_name: Qwen2.5-Math-7B-GRPO
5
  tags:
6
  - generated_from_trainer
7
- - trl
8
- - grpo
9
  licence: license
10
  ---
11
 
12
- # Model Card for Qwen2.5-Math-7B-GRPO
13
 
14
- This model is a fine-tuned version of [Qwen/Qwen2.5-Math-7B](https://huggingface.co/Qwen/Qwen2.5-Math-7B).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
 
1
  ---
2
  base_model: Qwen/Qwen2.5-Math-7B
3
+ datasets: DigitalLearningGmbH/MATH-lighteval
4
  library_name: transformers
 
5
  tags:
6
  - generated_from_trainer
7
+ - open-r1
 
8
  licence: license
9
  ---
10
 
11
+ # Model Card for None
12
 
13
+ This model is a fine-tuned version of [Qwen/Qwen2.5-Math-7B](https://huggingface.co/Qwen/Qwen2.5-Math-7B) on the [DigitalLearningGmbH/MATH-lighteval](https://huggingface.co/datasets/DigitalLearningGmbH/MATH-lighteval) dataset.
14
  It has been trained using [TRL](https://github.com/huggingface/trl).
15
 
16
  ## Quick start
config.json CHANGED
@@ -23,7 +23,7 @@
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "bfloat16",
25
  "transformers_version": "4.49.0",
26
- "use_cache": false,
27
  "use_mrope": false,
28
  "use_sliding_window": false,
29
  "vocab_size": 152064
 
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "bfloat16",
25
  "transformers_version": "4.49.0",
26
+ "use_cache": true,
27
  "use_mrope": false,
28
  "use_sliding_window": false,
29
  "vocab_size": 152064