Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add skill #1283

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

Title of work: factual banking queries
Creator names: shanmsel
18 changes: 18 additions & 0 deletions compositional_skills/miscellaneous_unknown/banking/qna.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
task_description: 'Teach the model to answer specific factual banking queries that may vary from bank to bank.'
created_by: shanmsel
seed_examples:
- question: What is the interest rate for a 5-year fixed deposit at ABC Bank?
answer: As of August 2024, ABC Bank offers a 5-year fixed deposit with an interest rate of 4.75% per annum.

- question: What is the minimum balance requirement for a premium checking account at XYZ Bank?
answer: The minimum balance requirement for a premium checking account at XYZ Bank is $25,000 to avoid monthly maintenance fees.

- question: How many international branches does DEF Bank have?
answer: DEF Bank currently operates 120 international branches across 15 countries.

- question: What is the processing fee for a home loan at GHI Bank?
answer: GHI Bank charges a processing fee of 0.5% of the loan amount, with a minimum of $500 and a maximum of $2,000.

- question: What is the maximum limit for a single wire transfer at JKL Bank?
answer: The maximum limit for a single wire transfer at JKL Bank is $250,000 for personal accounts, subject to compliance approval.