Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ See the snippet below for usage with Transformers:
|
|
10 |
import transformers
|
11 |
import torch
|
12 |
|
13 |
-
model_id = "
|
14 |
|
15 |
pipeline = transformers.pipeline(
|
16 |
"text-generation",
|
|
|
10 |
import transformers
|
11 |
import torch
|
12 |
|
13 |
+
model_id = "suzii/Llama-3.2-3B-MIS"
|
14 |
|
15 |
pipeline = transformers.pipeline(
|
16 |
"text-generation",
|