Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,36 @@ model = TextGeneration(model_path="hf:mwitiderrick/TinyLlama-1.1B-Chat-v1.0-prun
|
|
31 |
print(model(formatted_prompt, max_new_tokens=500).generations[0].text)
|
32 |
|
33 |
"""
|
|
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
"""
|
37 |
```
|
|
|
31 |
print(model(formatted_prompt, max_new_tokens=500).generations[0].text)
|
32 |
|
33 |
"""
|
34 |
+
Sure, here's a simple recipe for banana bread:
|
35 |
|
36 |
+
Ingredients:
|
37 |
+
- 2 ripe bananas, mashed
|
38 |
+
- 1 cup all-purpose flour
|
39 |
+
- 1/2 cup granulated sugar
|
40 |
+
- 1/2 cup brown sugar
|
41 |
+
- 1 tsp baking soda
|
42 |
+
- 1 tsp baking powder
|
43 |
+
- 1/2 tsp salt
|
44 |
+
- 1/2 cup unsalted butter, melted
|
45 |
+
- 1 cup chopped walnuts (optional)
|
46 |
+
|
47 |
+
Instructions:
|
48 |
+
|
49 |
+
1. Preheat the oven to 350°F (180°C). Grease a 9x5-inch loaf pan with cooking spray or butter.
|
50 |
+
|
51 |
+
2. In a large mixing bowl, whisk together the mashed bananas, flour, sugar, brown sugar, baking soda, baking powder, and salt.
|
52 |
+
|
53 |
+
3. Add the melted butter and mix until well combined.
|
54 |
+
|
55 |
+
4. Fold in the chopped walnuts (if using).
|
56 |
+
|
57 |
+
5. Pour the batter into the prepared loaf pan.
|
58 |
+
|
59 |
+
6. Bake for 50-60 minutes, or until a toothpick inserted into the center of the bread comes out clean.
|
60 |
+
|
61 |
+
7. Let the bread cool in the pan for 10 minutes before transferring it to a wire rack to cool completely.
|
62 |
+
|
63 |
+
Enjoy your delicious banana bread!
|
64 |
|
65 |
"""
|
66 |
```
|