Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ license: apache-2.0
|
|
| 8 |
import transformers
|
| 9 |
import torch
|
| 10 |
|
| 11 |
-
model_id = "
|
| 12 |
|
| 13 |
pipeline = transformers.pipeline(
|
| 14 |
"text-generation",
|
|
|
|
| 8 |
import transformers
|
| 9 |
import torch
|
| 10 |
|
| 11 |
+
model_id = "AI-Sweden-Models/Llama-3-8B-instruct"
|
| 12 |
|
| 13 |
pipeline = transformers.pipeline(
|
| 14 |
"text-generation",
|