bitext-innovations commited on
Commit
99a33ef
1 Parent(s): f58cac1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -19,11 +19,13 @@ widget:
19
 
20
  ## Model Description
21
 
22
- "Mistral-7B-Banking-v2" is a specialized adaptation of the [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2), designed to provide precise answers related to general banking queries. This model is fine-tuned to help users with common banking tasks and inquiries.
 
 
23
 
24
  ## Intended Use
25
 
26
- - **Recommended applications**: Ideal for deployment in digital banking platforms where quick and accurate customer service responses are needed. It can be integrated into banking chatbots to assist users with transactions, account information, and other banking services.
27
  - **Out-of-scope**: This model is not suited for non-banking related questions and should not be used for providing health, legal, or critical safety advice.
28
 
29
  ## Usage Example
 
19
 
20
  ## Model Description
21
 
22
+ This model, "Mistral-7B-Banking-v2", is a fine-tuned version of the [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2), specifically tailored for the Banking domain. It is optimized to answer questions and assist users with various banking transactions. It has been trained using hybrid synthetic data generated using our NLP/NLG technology and our automated Data Labeling (DAL) tools.
23
+
24
+ The goal of this model is to show that a generic verticalized model makes customization for a final use case much easier. For example, if you are "ACME Bank", you can create your own customized model by using this fine-tuned model and a doing an additional fine-tuning using a small amount of your own data. An overview of this approach can be found at: [From General-Purpose LLMs to Verticalized Enterprise Models](https://www.bitext.com/blog/general-purpose-models-verticalized-enterprise-genai/)
25
 
26
  ## Intended Use
27
 
28
+ - **Recommended applications**: This model is designed to be used as the first step in Bitext’s two-step approach to LLM fine-tuning for the creation of chatbots, virtual assistants and copilots for the Banking domain, providing customers with fast and accurate answers about their banking needs.
29
  - **Out-of-scope**: This model is not suited for non-banking related questions and should not be used for providing health, legal, or critical safety advice.
30
 
31
  ## Usage Example