Commit
·
0281886
1
Parent(s):
0d672b2
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ from deepsparse import TextGeneration
|
|
26 |
prompt = "How to make banana bread?"
|
27 |
formatted_prompt = f"<s> [|User|]\n{prompt}</s>[|Assistant|]\n"
|
28 |
|
29 |
-
model = TextGeneration(model="hf:nm-testing/MiniChat-1.5-3B-
|
30 |
|
31 |
print(model(formatted_prompt, max_new_tokens=200).generations[0].text)
|
32 |
"""
|
|
|
26 |
prompt = "How to make banana bread?"
|
27 |
formatted_prompt = f"<s> [|User|]\n{prompt}</s>[|Assistant|]\n"
|
28 |
|
29 |
+
model = TextGeneration(model="hf:nm-testing/MiniChat-1.5-3B-pruned70-quant-ds")
|
30 |
|
31 |
print(model(formatted_prompt, max_new_tokens=200).generations[0].text)
|
32 |
"""
|