Timothy-Vinzent commited on
Commit
a032499
·
verified ·
1 Parent(s): df2b29c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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. This task is designed to evaluate your prompting, by adhering to the required structure without any constrained decoding or "JSON mode" while providing correct responses at the same time.
 
 
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