Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,8 @@ This is an instruction-tuned version of `HuggingFaceTB/SmolLM2-360M`.
|
|
| 22 |
|
| 23 |
The model was fine-tuned on a small mixed instruction dataset containing general instruction-following examples and math reasoning examples.
|
| 24 |
## Quick start
|
| 25 |
-
|
|
|
|
| 26 |
import torch
|
| 27 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 28 |
|
|
|
|
| 22 |
|
| 23 |
The model was fine-tuned on a small mixed instruction dataset containing general instruction-following examples and math reasoning examples.
|
| 24 |
## Quick start
|
| 25 |
+
|
| 26 |
+
```python
|
| 27 |
import torch
|
| 28 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 29 |
|