benjaminzwhite commited on
Commit
8c0e6ec
·
verified ·
1 Parent(s): c1b771c

Update README.md

Browse files

docs: add Python language formatting to code blocks

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ This is an early experiment using the `GRPOTrainer` and training reasoning model
30
 
31
  To use this with standard HuggingFace code, I recommend starting with this code (based 95% on the default code shown at the base model page : [https://huggingface.co/Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct))
32
 
33
- ```
34
  from transformers import AutoModelForCausalLM, AutoTokenizer
35
 
36
  model_name = "benjaminzwhite/Qwen2.5-3B-Instruct_GSM8K-GRPO_16bit"
 
30
 
31
  To use this with standard HuggingFace code, I recommend starting with this code (based 95% on the default code shown at the base model page : [https://huggingface.co/Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct))
32
 
33
+ ```python
34
  from transformers import AutoModelForCausalLM, AutoTokenizer
35
 
36
  model_name = "benjaminzwhite/Qwen2.5-3B-Instruct_GSM8K-GRPO_16bit"