Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,7 @@ Make sure to update your transformers installation via `pip install --upgrade tr
|
|
62 |
import transformers
|
63 |
import torch
|
64 |
|
65 |
-
model_id = "
|
66 |
|
67 |
pipeline = transformers.pipeline(
|
68 |
"text-generation",
|
|
|
62 |
import transformers
|
63 |
import torch
|
64 |
|
65 |
+
model_id = "behbudiy/Llama-3.1-8B-Instruct-Uz"
|
66 |
|
67 |
pipeline = transformers.pipeline(
|
68 |
"text-generation",
|