ilu000 commited on
Commit
56b39b2
1 Parent(s): 6ff94ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-chat-sft",
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
  )