Vinnnf commited on
Commit
0c3e61d
·
verified ·
1 Parent(s): d01fce2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ Reasoning Language Models, capable of extended chain-of-thought reasoning, have
19
  ```python
20
  from transformers import AutoModelForCausalLM, AutoTokenizer
21
 
22
- model_name = "checkpoints/trained/paper_final_450"
23
 
24
  model = AutoModelForCausalLM.from_pretrained(
25
  model_name,
 
19
  ```python
20
  from transformers import AutoModelForCausalLM, AutoTokenizer
21
 
22
+ model_name = "Vinnnf/Thinkless-1.5B-RL-DeepScaleR"
23
 
24
  model = AutoModelForCausalLM.from_pretrained(
25
  model_name,