Changed model name to Apertus-8B-Instruct-2509 (#1)
Browse files- Changed model name to Apertus-8B-Instruct-2509 (1da65a04f5746068d6c1e6f83af935d4da28a4b7)
Co-authored-by: Dominique Broeglin <[email protected]>
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
|