Spaces:
Sleeping
Sleeping
anmolsahai
commited on
Commit
•
a63e9b0
1
Parent(s):
25c4321
langchain_pipeline
Browse files
__pycache__/langchain_pipeline.cpython-310.pyc
CHANGED
Binary files a/__pycache__/langchain_pipeline.cpython-310.pyc and b/__pycache__/langchain_pipeline.cpython-310.pyc differ
|
|
langchain_pipeline.py
CHANGED
@@ -39,10 +39,7 @@ def pipeline(file, model_name, balance_type, apsn_transactions, max_fees_per_day
|
|
39 |
prompt = PromptTemplate.from_template(
|
40 |
"""
|
41 |
law context:
|
42 |
-
|
43 |
-
law context:
|
44 |
-
|
45 |
-
20-cv-12061 08-23-2021
|
46 |
Veronica Gardner, Plaintiff, v. Flagstar Bank, FSB, Defendant.
|
47 |
GERSHWIN A. DRAIN, UNITED STATES DISTRICT JUDGE
|
48 |
OPINION AND ORDER GRANTING IN PART AND DENYING IN PART DEFENDANT'S MOTION TO DISMISS [#18]
|
@@ -1077,9 +1074,9 @@ What is the minimum amount overdrawn to incur a fee?: {min_overdrawn_fee}
|
|
1077 |
What is the minimum transaction amount to trigger an overdraft?: {min_transaction_overdraft}
|
1078 |
|
1079 |
Please output in the following format:
|
1080 |
-
|
1081 |
------
|
1082 |
-
|
1083 |
"""
|
1084 |
)
|
1085 |
val = prompt.format(
|
|
|
39 |
prompt = PromptTemplate.from_template(
|
40 |
"""
|
41 |
law context:
|
42 |
+
20-cv-12061 08-23-2021
|
|
|
|
|
|
|
43 |
Veronica Gardner, Plaintiff, v. Flagstar Bank, FSB, Defendant.
|
44 |
GERSHWIN A. DRAIN, UNITED STATES DISTRICT JUDGE
|
45 |
OPINION AND ORDER GRANTING IN PART AND DENYING IN PART DEFENDANT'S MOTION TO DISMISS [#18]
|
|
|
1074 |
What is the minimum transaction amount to trigger an overdraft?: {min_transaction_overdraft}
|
1075 |
|
1076 |
Please output in the following format:
|
1077 |
+
entire disclosure text updated with formatting retained
|
1078 |
------
|
1079 |
+
reasons for changes citing caselaw
|
1080 |
"""
|
1081 |
)
|
1082 |
val = prompt.format(
|