mwitiderrick
commited on
Commit
•
2208706
1
Parent(s):
ac3d17f
Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ from deepsparse import TextGeneration
|
|
27 |
prompt = "How to make banana bread?"
|
28 |
formatted_prompt = f"### Instruction\n{prompt}\n### Response:\n"
|
29 |
|
30 |
-
model = TextGeneration(model_path="hf:nm-testing/
|
31 |
|
32 |
print(model(formatted_prompt, max_new_tokens=200).generations[0].text)
|
33 |
"""
|
|
|
27 |
prompt = "How to make banana bread?"
|
28 |
formatted_prompt = f"### Instruction\n{prompt}\n### Response:\n"
|
29 |
|
30 |
+
model = TextGeneration(model_path="hf:nm-testing/Nous-Hermes-llama-2-7b-pruned50-quant-ds")
|
31 |
|
32 |
print(model(formatted_prompt, max_new_tokens=200).generations[0].text)
|
33 |
"""
|