ceadar-ie commited on
Commit
5f7841d
1 Parent(s): 7eb0d8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -5
README.md CHANGED
@@ -35,10 +35,10 @@ Drawing strength from the FinTalk-19k and Alpaca dataset, a curated collection f
35
 
36
  ## Key Features and Functionalities
37
 
38
- **Domain Specialization:** The FinanceConnect model is specialized in Finance conversations, serving as a resource for financial researchers, and enthusiasts.
39
- **Model API Accessibility:** Offers a straightforward Python integration for generating financial content insights.
40
- **Performance Optimisation:** Efficient performance across both CPU and GPU platforms.
41
- **Data Representation:** Utilises a combination of comprehensive Finance dataset, enabling content generation to professional standards.
42
 
43
  ## Model Usage
44
  Experience the capabilities of the FinanceConnect model through a well-structured Python interface. To kick-start your exploration, follow the steps and snippets given below:
@@ -122,6 +122,23 @@ Explain the concept of quantitative easing and its impact on financial markets.
122
  ### Generated Output:
123
  Quantitative easing is a monetary policy tool used by central banks to stimulate economic growth and combat inflation. It involves the purchase of assets such as government bonds, mortgage-backed securities, and corporate bonds by a central bank. This increases the amount of money in circulation, lowers interest rates, and encourages banks to lend more, which can boost economic growth. However, quantitative easing can also lead to inflation if it is not implemented carefully, as it can cause prices to rise more than wages can keep up with.
124
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  ## Training Details
126
  ### Training Hyperparameters
127
  - per_device_train_batch_size = 10
@@ -137,7 +154,7 @@ The FinanceConnect model, developed by CeADAR Connect Group, combines the licens
137
  ## Model Limitations
138
  ### Out-of-Scope Use
139
  FinanceConnect is specifically tailored for finanical discussions and knowledge. It is not optimized for:
140
- - General, non-AI-related conversations.
141
  - Domain-specific tasks outside financial tasks.
142
  - Direct interfacing with physical devices or applications.
143
 
 
35
 
36
  ## Key Features and Functionalities
37
 
38
+ - **Domain Specialization:** The FinanceConnect model is specialized in Finance conversations, serving as a resource for financial researchers, and enthusiasts.
39
+ - **Model API Accessibility:** Offers a straightforward Python integration for generating financial content insights.
40
+ - **Performance Optimisation:** Efficient performance across both CPU and GPU platforms.
41
+ - **Data Representation:** Utilises a combination of comprehensive Finance dataset, enabling content generation to professional standards.
42
 
43
  ## Model Usage
44
  Experience the capabilities of the FinanceConnect model through a well-structured Python interface. To kick-start your exploration, follow the steps and snippets given below:
 
122
  ### Generated Output:
123
  Quantitative easing is a monetary policy tool used by central banks to stimulate economic growth and combat inflation. It involves the purchase of assets such as government bonds, mortgage-backed securities, and corporate bonds by a central bank. This increases the amount of money in circulation, lowers interest rates, and encourages banks to lend more, which can boost economic growth. However, quantitative easing can also lead to inflation if it is not implemented carefully, as it can cause prices to rise more than wages can keep up with.
124
 
125
+ ### Example Prompt 3:
126
+ I've recently started working and want to manage my finances. Give me a detailed answer in 10 points on how do I set up a budget?
127
+
128
+ ### Generated Output:
129
+ Setting up a budget can help manage finances and save money. Here are some tips:
130
+
131
+ 1. Determine your income and expenses.
132
+ 2. Create a budget that includes all necessary expenses, such as rent, utilities, and groceries.
133
+ 3. Set aside a portion of your income for savings and investments.
134
+ 4. Monitor your spending regularly and adjust your budget as needed.
135
+ 5. Use cash or debit cards instead of credit cards to avoid overspending.
136
+ 6. Cut back on unnecessary expenses, such as eating out or subscriptions.
137
+ 7. Consider using a budgeting app or tool to help track your spending.
138
+ 8. Prioritize your spending based on your financial goals.
139
+ 9. Review your budget regularly and make adjustments as needed.
140
+ 10. Be flexible and willing to make changes to your budget as your financial situation changes.
141
+
142
  ## Training Details
143
  ### Training Hyperparameters
144
  - per_device_train_batch_size = 10
 
154
  ## Model Limitations
155
  ### Out-of-Scope Use
156
  FinanceConnect is specifically tailored for finanical discussions and knowledge. It is not optimized for:
157
+ - General conversations.
158
  - Domain-specific tasks outside financial tasks.
159
  - Direct interfacing with physical devices or applications.
160