prithivMLmods commited on
Commit
661420d
·
verified ·
1 Parent(s): 2a3ab45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ Below is a code snippet using `apply_chat_template` to show how to load the toke
24
  ```python
25
  from transformers import AutoModelForCausalLM, AutoTokenizer
26
 
27
- model_name = "Open-R1-Math-7B-Instruct"
28
 
29
  model = AutoModelForCausalLM.from_pretrained(
30
  model_name,
 
24
  ```python
25
  from transformers import AutoModelForCausalLM, AutoTokenizer
26
 
27
+ model_name = "prithivMLmods/Open-R1-Math-7B-Instruct"
28
 
29
  model = AutoModelForCausalLM.from_pretrained(
30
  model_name,