Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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 |
|