mwitiderrick
commited on
Commit
·
acbff27
1
Parent(s):
49e43b8
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,22 @@ model = TextGeneration(model_path="hf:nm-testing/SOLAR-10.7B-Instruct-v1.0-prune
|
|
31 |
|
32 |
print(model(formatted_prompt, max_new_tokens=200).generations[0].text)
|
33 |
"""
|
|
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
"""
|
36 |
```
|
37 |
|
|
|
31 |
|
32 |
print(model(formatted_prompt, max_new_tokens=200).generations[0].text)
|
33 |
"""
|
34 |
+
To make banana bread, you'll need the following ingredients:
|
35 |
|
36 |
+
- 1 cup (250 ml) all-purpose flour
|
37 |
+
- 1 cup (250 ml) granulated sugar
|
38 |
+
- 1/2 cup (125 ml) butter, melted
|
39 |
+
- 2 large eggs
|
40 |
+
- 1 cup (250 ml) mashed ripe bananas
|
41 |
+
- 1 teaspoon (5 ml) baking soda
|
42 |
+
|
43 |
+
Here are the steps to make banana bread:
|
44 |
+
|
45 |
+
1. Preheat the oven to 350°F (175°C).
|
46 |
+
2. Grease a loaf pan with butter or nonstick spray.
|
47 |
+
3. In a large bowl, whisk together the flour, baking soda, and salt.
|
48 |
+
4. In another bowl, cream together the butter, sugar, and eggs.
|
49 |
+
5. Add the mashed bananas to the mixture and stir until
|
50 |
"""
|
51 |
```
|
52 |
|