Commit
·
6f5d9dd
1
Parent(s):
92b3c79
Update README.md
Browse files
README.md
CHANGED
@@ -29,9 +29,9 @@ formatted_prompt = f"<s>[INST]{prompt}[/INST]"
|
|
29 |
|
30 |
model = TextGeneration(model_path="hf:nm-testing/Llama2-7b-chat-pruned50-qunat-ds")
|
31 |
|
32 |
-
print(model(formatted_prompt, max_new_tokens=
|
33 |
"""
|
34 |
-
|
35 |
Here is a basic recipe for banana bread that you can try at home:
|
36 |
|
37 |
Ingredients:
|
@@ -47,7 +47,19 @@ Ingredients:
|
|
47 |
|
48 |
Instructions:
|
49 |
|
50 |
-
1. Preheat the oven to 3500°F (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
"""
|
52 |
```
|
53 |
|
|
|
29 |
|
30 |
model = TextGeneration(model_path="hf:nm-testing/Llama2-7b-chat-pruned50-qunat-ds")
|
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:
|
|
|
47 |
|
48 |
Instructions:
|
49 |
|
50 |
+
1. Preheat the oven to 3500°F (175°C).
|
51 |
+
2. In a large mixing bowl, combine the sliced bananas, sugar, water, flour, baking powder, salt, and vanilla extract. Mix well.
|
52 |
+
3. Pour the mixture into a greased 9x5-inch (23x13-cm) loaf pan.
|
53 |
+
4. Bake for 55 to 60 minutes, or until a toothpick inserted into the center of the bread comes out clean.
|
54 |
+
5. Remove the bread from the oven and let it cool for 10 to 15 minutes.
|
55 |
+
6. Slice and serve.
|
56 |
+
|
57 |
+
Tips:
|
58 |
+
|
59 |
+
* To add flavor to the bread, try adding 1 or 2 tbsp (30 or 60 ml) of an additional ingredient, such as honey, maple syrup, or chopped nuts.
|
60 |
+
* To make a moist, more bread, try adding 1 or 2 tbsp (30 or 60 ml) of additional water to the mixture.
|
61 |
+
* To make a more flavorful bread, try adding 1 or 2 tbsp (30 or 60 ml) of an additional ingredient, such as vanilla essence, cocoa powder, or chopped nuts.
|
62 |
+
* To make a bread with a
|
63 |
"""
|
64 |
```
|
65 |
|