Spaces:
Runtime error
Runtime error
Commit
·
5160266
1
Parent(s):
3348cb9
updated strategy descriptions
Browse files
app.py
CHANGED
|
@@ -266,11 +266,11 @@ def interface():
|
|
| 266 |
### 🛠️ How each Strategy works
|
| 267 |
|
| 268 |
- Strategy 1 - QA-Based Prompting
|
| 269 |
-
-
|
| 270 |
- Strategy 2 - Instruction-Based Prompting
|
| 271 |
-
-
|
| 272 |
- Strategy 3 - Structured Prompting
|
| 273 |
-
-
|
| 274 |
""")
|
| 275 |
|
| 276 |
# Inputs
|
|
|
|
| 266 |
### 🛠️ How each Strategy works
|
| 267 |
|
| 268 |
- Strategy 1 - QA-Based Prompting
|
| 269 |
+
- The model is prompted with a question-answer format. The input consists of a question, and the model generates a response based on the understanding of the question and its knowledge.
|
| 270 |
- Strategy 2 - Instruction-Based Prompting
|
| 271 |
+
- Involves providing the model with explicit instructions on how to generate a response. Instead of relying solely on context or previous knowledge, the instructions guide the model in generating content that aligns with specific criteria.
|
| 272 |
- Strategy 3 - Structured Prompting
|
| 273 |
+
- Involves presenting information to the model in a structured format, often with defined sections or categories. The model then generates responses following the given structure.
|
| 274 |
""")
|
| 275 |
|
| 276 |
# Inputs
|