Update README.md
Browse files
README.md
CHANGED
@@ -264,7 +264,7 @@ Make sure to update your transformers installation via `pip install --upgrade tr
|
|
264 |
import torch
|
265 |
from transformers import pipeline
|
266 |
|
267 |
-
model_id = "
|
268 |
pipe = pipeline(
|
269 |
"text-generation",
|
270 |
model=model_id,
|
|
|
264 |
import torch
|
265 |
from transformers import pipeline
|
266 |
|
267 |
+
model_id = "FILM6912/Llama-3.2-3B-Instruct"
|
268 |
pipe = pipeline(
|
269 |
"text-generation",
|
270 |
model=model_id,
|