credent007 commited on
Commit
1f7850c
·
verified ·
1 Parent(s): 89461a9

Update prompt.py

Browse files
Files changed (1) hide show
  1. prompt.py +7 -7
prompt.py CHANGED
@@ -17,9 +17,13 @@ def get_prompt():
17
  5."PART-V - OTHER COMPLIANCES"
18
  6."PART-VI- DECLARATIONS"
19
  rules
20
- let headline = your answer
 
 
 
 
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