Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ widget:
|
|
19 |
|
20 |
## Model Description
|
21 |
|
22 |
-
This model, "Mistral-7B-Events-Ticketing", 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 Events and Ticketing domains. It is optimized to answer questions and assist users with various Events and Ticketing-related procedures. 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. 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 |
|
@@ -56,13 +56,13 @@ print(decoded[0])
|
|
56 |
|
57 |
## Model Architecture
|
58 |
|
59 |
-
This model utilizes the `MistralForCausalLM` architecture with a `LlamaTokenizer`, ensuring it retains the foundational capabilities of the base model while being specifically enhanced for events and ticketing-related interactions.
|
60 |
|
61 |
## Training Data
|
62 |
|
63 |
-
The model was fine-tuned on the [Bitext Events and Ticketing Dataset](https://huggingface.co/datasets/bitext/Bitext-events-ticketing-llm-chatbot-training-dataset) comprising various events and ticketing-related intents, including: book_hotel, store_luggage, book_parking_space, get_refund, search_hotel, host_event, check_in, and more. Totaling 25 intents, and each intent is represented by approximately 1000 examples.
|
64 |
|
65 |
-
This comprehensive training helps the model address a broad spectrum of events and ticketing-related questions effectively. The dataset follows the same structured approach as our dataset published on Hugging Face as [bitext/Bitext-customer-support-llm-chatbot-training-dataset](https://huggingface.co/datasets/bitext/Bitext-customer-support-llm-chatbot-training-dataset), but with a focus on events and ticketing.
|
66 |
|
67 |
## Training Procedure
|
68 |
|
|
|
19 |
|
20 |
## Model Description
|
21 |
|
22 |
+
This model, "Mistral-7B-Events-Ticketing", 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 Events and Ticketing domains. It is optimized to answer questions and assist users with various Events-related and Ticketing-related procedures. 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. 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 |
|
|
|
56 |
|
57 |
## Model Architecture
|
58 |
|
59 |
+
This model utilizes the `MistralForCausalLM` architecture with a `LlamaTokenizer`, ensuring it retains the foundational capabilities of the base model while being specifically enhanced for events-related and ticketing-related interactions.
|
60 |
|
61 |
## Training Data
|
62 |
|
63 |
+
The model was fine-tuned on the [Bitext Events and Ticketing Dataset](https://huggingface.co/datasets/bitext/Bitext-events-ticketing-llm-chatbot-training-dataset) comprising various events-related and ticketing-related intents, including: book_hotel, store_luggage, book_parking_space, get_refund, search_hotel, host_event, check_in, and more. Totaling 25 intents, and each intent is represented by approximately 1000 examples.
|
64 |
|
65 |
+
This comprehensive training helps the model address a broad spectrum of events-related and ticketing-related questions effectively. The dataset follows the same structured approach as our dataset published on Hugging Face as [bitext/Bitext-customer-support-llm-chatbot-training-dataset](https://huggingface.co/datasets/bitext/Bitext-customer-support-llm-chatbot-training-dataset), but with a focus on events and ticketing.
|
66 |
|
67 |
## Training Procedure
|
68 |
|