Update README.md
Browse files
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 = "
|
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,
|