Blancy commited on
Commit
6be64b0
·
verified ·
1 Parent(s): a5f1ee4

End of training

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