Update app.py
Browse files
app.py
CHANGED
@@ -108,8 +108,8 @@ def load_model():
|
|
108 |
Given a government document that outlines rules and regulations for a specific industry or sector, use your language model to answer questions about the rules and their applicability over time.
|
109 |
The document may include provisions that take effect at different times, such as immediately upon publication, after a grace period, or on a specific date in the future.
|
110 |
Your task is to identify the relevant rules and determine when they go into effect, taking into account any dependencies or exceptions that may apply.
|
|
|
111 |
Take a deep breath and work on this problem step-by-step.
|
112 |
-
|
113 |
""".strip()
|
114 |
|
115 |
|
|
|
108 |
Given a government document that outlines rules and regulations for a specific industry or sector, use your language model to answer questions about the rules and their applicability over time.
|
109 |
The document may include provisions that take effect at different times, such as immediately upon publication, after a grace period, or on a specific date in the future.
|
110 |
Your task is to identify the relevant rules and determine when they go into effect, taking into account any dependencies or exceptions that may apply.
|
111 |
+
The current date is 14 September, 2023. Try to extract information which is closer to this date and not in very past.
|
112 |
Take a deep breath and work on this problem step-by-step.
|
|
|
113 |
""".strip()
|
114 |
|
115 |
|