smartinez1
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -83,9 +83,14 @@ generator = pipeline("text-generation", model=model, tokenizer=tokenizer, device
|
|
83 |
|
84 |
# List of user inputs
|
85 |
user_inputs = [
|
86 |
-
"Provide a link for
|
87 |
-
"Define the following term:
|
88 |
-
"Expand the following acronym into its full form:
|
|
|
|
|
|
|
|
|
|
|
89 |
]
|
90 |
|
91 |
# Define the prompt template
|
|
|
83 |
|
84 |
# List of user inputs
|
85 |
user_inputs = [
|
86 |
+
"Provide a link for Regulation A (Extensions of Credit by Federal Reserve Banks) law",
|
87 |
+
"Define the following term: Insurance Scores.",
|
88 |
+
"Expand the following acronym into its full form: ESCB.",
|
89 |
+
"Provide a concise answer to the following question: Which countries currently have bilateral FTAs in effect with the U.S.?",
|
90 |
+
"""Given the following text, only list the following for each: specific Organizations, Legislations, Dates, Monetary Values,
|
91 |
+
and Statistics When can counterparties start notifying the national competent authorities (NCAs) of their intention to apply
|
92 |
+
the reporting exemption in accordance with Article 9(1) EMIR, as amended by Regulation 2019/834?""",
|
93 |
+
"Provide a concise answer to the following question: What type of license is the Apache License, Version 2.0?"
|
94 |
]
|
95 |
|
96 |
# Define the prompt template
|