Update README.md
Browse files
README.md
CHANGED
@@ -127,15 +127,17 @@ output = inf_pipeline(
|
|
127 |
repetition_penalty=repetition_penalty
|
128 |
)
|
129 |
print(output)
|
|
|
|
|
|
|
130 |
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
# ======================================
|
139 |
```
|
140 |
|
141 |
## Usage Note
|
|
|
127 |
repetition_penalty=repetition_penalty
|
128 |
)
|
129 |
print(output)
|
130 |
+
```
|
131 |
+
|
132 |
+
**Example Output:**
|
133 |
|
134 |
+
```
|
135 |
+
Conversation id: d57cdf33-01ff-4328-8efe-5c4fefdd6e77
|
136 |
+
system: You are an AI assistant who follows instructions extremely well. Do your best your best to help.
|
137 |
+
user: Give 3 tips to lead a healthy life
|
138 |
+
assistant: 1. Establish a regular sleep schedule: Aim for 7-9 hours of sleep per night, which is crucial for overall health and well-being.
|
139 |
+
2. Engage in physical activity regularly: Incorporate exercise into your daily routine, even if it's just a brisk walk or some light stretching. Regular physical activity can help reduce stress, improve mood, and maintain a healthy weight.
|
140 |
+
3. Eat a balanced diet: Consume a variety of whole grains, lean proteins, fruits, vegetables, and healthy fats. Limit processed foods, sugary drinks, and excessive amounts of sodium.
|
|
|
141 |
```
|
142 |
|
143 |
## Usage Note
|