Timothy-Vinzent commited on
Commit
77ba485
·
verified ·
1 Parent(s): a1bc507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -144,10 +144,8 @@ def build_interface():
144
  The model must return a valid JSON object with the following structure:
145
 
146
  ```json
147
- {
148
- "document_level": "single/multiple",
149
- "clause_level": "single/multiple/general"
150
- }```
151
 
152
  The goal is to ensure that the model's output is concise, structured, and accurate. This task is designed to evaluate the robustness of the system prompt in handling classification tasks with short, precise outputs.
153
 
 
144
  The model must return a valid JSON object with the following structure:
145
 
146
  ```json
147
+ {"document_level": "single/multiple","clause_level": "single/multiple/general"}
148
+ ```
 
 
149
 
150
  The goal is to ensure that the model's output is concise, structured, and accurate. This task is designed to evaluate the robustness of the system prompt in handling classification tasks with short, precise outputs.
151