Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ v0.2 models are better at staying on topic and responding appropriately to stand
|
|
44 |
|
45 |
You can load v0.1 models by specifying `revision="v0.1"` in the transformers code:
|
46 |
```python
|
47 |
-
model = AutoModelForCausalLM.from_pretrained(
|
48 |
```
|
49 |
|
50 |
## Usage
|
|
|
44 |
|
45 |
You can load v0.1 models by specifying `revision="v0.1"` in the transformers code:
|
46 |
```python
|
47 |
+
model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolLM-360M-Instruct", revision="v0.1")
|
48 |
```
|
49 |
|
50 |
## Usage
|