Update README.md
Browse files
README.md
CHANGED
@@ -112,7 +112,7 @@ repetition_penalty = 1.1
|
|
112 |
max_new_tokens = 256
|
113 |
|
114 |
SYSTEM_PROMPT = "You are an AI assistant who follows instructions extremely well. Do your best your best to help."
|
115 |
-
INPUT = "
|
116 |
|
117 |
instruction = format_instruction(
|
118 |
system_prompt=SYSTEM_PROMPT,
|
@@ -127,13 +127,15 @@ output = inf_pipeline(
|
|
127 |
repetition_penalty=repetition_penalty
|
128 |
)
|
129 |
print(output)
|
|
|
|
|
|
|
130 |
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
# ======================================
|
137 |
```
|
138 |
|
139 |
## Usage Note
|
|
|
112 |
max_new_tokens = 256
|
113 |
|
114 |
SYSTEM_PROMPT = "You are an AI assistant who follows instructions extremely well. Do your best your best to help."
|
115 |
+
INPUT = "Can you explain the significance of Tamil festival Pongal?"
|
116 |
|
117 |
instruction = format_instruction(
|
118 |
system_prompt=SYSTEM_PROMPT,
|
|
|
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: Can you explain the significance of Tamil festival Pongal?
|
138 |
+
assistant: Pongal is a significant harvest festival celebrated in Tamil Nadu and other parts of southern India. It marks the end of the rainy season and beginning of the agricultural year. The festival primarily revolves around giving gratitude to nature, particularly the Sun God Surya for his bountiful gifts like agriculture and health. People offer prayers to cattle, which play a significant role in agriculture, as well as their families for their continued support during the harvest season. The festival is marked by various colorful events, including preparing traditional Pongal dishes like rice cooked with milk, sugarcane, and banana, followed by exchanging gifts and celebrating among family members and friends. It also serves as a time for unity and strengthens the bond between people in their communities.
|
|
|
139 |
```
|
140 |
|
141 |
## Usage Note
|