Changed model name to Apertus-8B-Instruct-2509
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ pip install -U transformers
|
|
| 59 |
```python
|
| 60 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 61 |
|
| 62 |
-
model_name = "swiss-ai/Apertus-
|
| 63 |
device = "cuda" # for GPU usage or "cpu" for CPU usage
|
| 64 |
|
| 65 |
# load the tokenizer and the model
|
|
|
|
| 59 |
```python
|
| 60 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 61 |
|
| 62 |
+
model_name = "swiss-ai/Apertus-8B-Instruct-2509"
|
| 63 |
device = "cuda" # for GPU usage or "cpu" for CPU usage
|
| 64 |
|
| 65 |
# load the tokenizer and the model
|