Daemontatox
commited on
Commit
•
1a60cf6
1
Parent(s):
7d04c03
Update README.md
Browse filesFixed inference snippet to use correct model
README.md
CHANGED
@@ -35,7 +35,7 @@ See the snippet below for usage with Transformers:
|
|
35 |
import transformers
|
36 |
import torch
|
37 |
|
38 |
-
model_id = "abacusai/Dracarys-
|
39 |
|
40 |
pipeline = transformers.pipeline(
|
41 |
"text-generation",
|
|
|
35 |
import transformers
|
36 |
import torch
|
37 |
|
38 |
+
model_id = "abacusai/Dracarys-Llama-3.1-70B-Instruct"
|
39 |
|
40 |
pipeline = transformers.pipeline(
|
41 |
"text-generation",
|