Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ from transformers import pipeline
|
|
63 |
|
64 |
pipe = pipeline(
|
65 |
"text-generation",
|
66 |
-
model="h2oai/h2o-danube-1.8b-
|
67 |
torch_dtype=torch.bfloat16,
|
68 |
device_map="auto",
|
69 |
)
|
|
|
63 |
|
64 |
pipe = pipeline(
|
65 |
"text-generation",
|
66 |
+
model="h2oai/h2o-danube-1.8b-sft",
|
67 |
torch_dtype=torch.bfloat16,
|
68 |
device_map="auto",
|
69 |
)
|