Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,9 @@ def build_interface():
|
|
246 |
}
|
247 |
```
|
248 |
|
249 |
-
The goal is to ensure that the model's output adheres to the precscibed JSON structure and accurately classifies 7 test queries into the two respective categories.
|
|
|
|
|
250 |
""")
|
251 |
|
252 |
# Example Inputs and Outputs in an Accordion
|
|
|
246 |
}
|
247 |
```
|
248 |
|
249 |
+
The goal is to ensure that the model's output adheres to the precscibed JSON structure and accurately classifies 7 test queries into the two respective categories.
|
250 |
+
|
251 |
+
This task is designed to evaluate your ability to craft prompts by adhering to the required structure, without relying on constrained decoding or "JSON mode," while simultaneously providing accurate responses.
|
252 |
""")
|
253 |
|
254 |
# Example Inputs and Outputs in an Accordion
|