mwitiderrick
commited on
Commit
•
c7dbc5d
1
Parent(s):
28d96e9
Update README.md
Browse files
README.md
CHANGED
@@ -30,8 +30,30 @@ model = TextGeneration(model_path="hf:nm-testing/MiniChat-1.5-3B-pruned70-quant-
|
|
30 |
|
31 |
print(model(formatted_prompt, max_new_tokens=200).generations[0].text)
|
32 |
"""
|
33 |
-
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
"""
|
36 |
```
|
37 |
|
|
|
30 |
|
31 |
print(model(formatted_prompt, max_new_tokens=200).generations[0].text)
|
32 |
"""
|
33 |
+
To make banana bread, you need to follow these steps:
|
34 |
|
35 |
+
1. Mix the ingredients:
|
36 |
+
- Flour
|
37 |
+
- Flour
|
38 |
+
- Flour
|
39 |
+
- Flour
|
40 |
+
- Flour
|
41 |
+
- Flour
|
42 |
+
- Flour
|
43 |
+
- Flour
|
44 |
+
- Flour
|
45 |
+
- Flour
|
46 |
+
- Flour
|
47 |
+
- Flour
|
48 |
+
- Flour
|
49 |
+
- Flour
|
50 |
+
- Flour
|
51 |
+
- Flour
|
52 |
+
- Flour
|
53 |
+
- Flour
|
54 |
+
- Flour
|
55 |
+
- Flour
|
56 |
+
- Flour
|
57 |
"""
|
58 |
```
|
59 |
|