Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ pip install transformers
|
|
28 |
```
|
29 |
|
30 |
```python
|
31 |
-
# pip install
|
32 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
33 |
checkpoint = "HuggingFaceTB/SmolLM-135M-Instruct"
|
34 |
|
|
|
28 |
```
|
29 |
|
30 |
```python
|
31 |
+
# pip install transformers
|
32 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
33 |
checkpoint = "HuggingFaceTB/SmolLM-135M-Instruct"
|
34 |
|