Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ from transformers import pipeline
|
|
54 |
|
55 |
pipe = pipeline(
|
56 |
"text-generation",
|
57 |
-
model="
|
58 |
torch_dtype=torch.bfloat16,
|
59 |
device_map="auto",
|
60 |
)
|
|
|
54 |
|
55 |
pipe = pipeline(
|
56 |
"text-generation",
|
57 |
+
model="vicky4s4s/danube2-1.8b-chat",
|
58 |
torch_dtype=torch.bfloat16,
|
59 |
device_map="auto",
|
60 |
)
|