Commit
·
5fa461f
1
Parent(s):
3634839
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ model = TextGeneration(model_path="hf:nm-testing/Llama2-7b-chat-pruned50-quant-d
|
|
31 |
|
32 |
print(model(formatted_prompt, max_new_tokens=500).generations[0].text)
|
33 |
"""
|
34 |
-
|
35 |
Here is a basic recipe for banana bread that you can try at home:
|
36 |
|
37 |
Ingredients:
|
|
|
31 |
|
32 |
print(model(formatted_prompt, max_new_tokens=500).generations[0].text)
|
33 |
"""
|
34 |
+
Banana bread is a delicious and easy-to-make treat that can be enjoyed year-round.
|
35 |
Here is a basic recipe for banana bread that you can try at home:
|
36 |
|
37 |
Ingredients:
|