Spaces:
Paused
Paused
Update prompt.py
Browse files
prompt.py
CHANGED
|
@@ -17,9 +17,13 @@ def get_prompt():
|
|
| 17 |
5."PART-V - OTHER COMPLIANCES"
|
| 18 |
6."PART-VI- DECLARATIONS"
|
| 19 |
rules
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
fetch only following json data in following format
|
| 22 |
-
"headline":
|
| 23 |
[
|
| 24 |
{
|
| 25 |
"data1":"filled_data",
|
|
@@ -212,13 +216,9 @@ def get_prompt():
|
|
| 212 |
{
|
| 213 |
"PART-VI- DECLARATIONS": "None"
|
| 214 |
}
|
| 215 |
-
Rules:
|
| 216 |
-
- No explanation
|
| 217 |
-
- No Chinese
|
| 218 |
-
- Only JSON output for one headline
|
| 219 |
-
- if the data is not present return ""
|
| 220 |
"""
|
| 221 |
|
|
|
|
| 222 |
# """
|
| 223 |
# Rules:
|
| 224 |
# - No explanation
|
|
|
|
| 17 |
5."PART-V - OTHER COMPLIANCES"
|
| 18 |
6."PART-VI- DECLARATIONS"
|
| 19 |
rules
|
| 20 |
+
- No explanation
|
| 21 |
+
- No Chinese
|
| 22 |
+
- Only JSON output for one headline
|
| 23 |
+
- if the data is not present return ""
|
| 24 |
+
let headline = your prediction of headline
|
| 25 |
fetch only following json data in following format
|
| 26 |
+
"your prediction of headline":
|
| 27 |
[
|
| 28 |
{
|
| 29 |
"data1":"filled_data",
|
|
|
|
| 216 |
{
|
| 217 |
"PART-VI- DECLARATIONS": "None"
|
| 218 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 219 |
"""
|
| 220 |
|
| 221 |
+
|
| 222 |
# """
|
| 223 |
# Rules:
|
| 224 |
# - No explanation
|