Update README.md
Browse files
README.md
CHANGED
|
@@ -8,24 +8,24 @@ language:
|
|
| 8 |
---
|
| 9 |
|
| 10 |
|
| 11 |
-
# Genie Tonality Fine-Tuned
|
| 12 |
|
| 13 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/6564e76de6b20bc37e494589/_7MRpFY2lpc4aGQPybqU_.png" width="600" alt="Genie Tonality Fine-Tuned Mixtral-8x7B Model overview">
|
| 14 |
|
| 15 |
## Overview
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of the mistralai/
|
| 18 |
|
| 19 |
## Model Details
|
| 20 |
|
| 21 |
-
- **Base Model**: "mistralai/
|
| 22 |
- **Fine-Tuning Dataset**: Custom dataset of Genie's dialogue and text samples.
|
| 23 |
- **Fine-Tuning Approach**: PEFT (LoRA) and SFT Trainer.
|
| 24 |
-
- **Model Size**: The model retains the same size and architecture as the original
|
| 25 |
|
| 26 |
## Intended Use
|
| 27 |
|
| 28 |
-
The Genie Tonality Fine-Tuned
|
| 29 |
|
| 30 |
- Generating Genie-like dialogue for stories, fan fiction, or roleplaying scenarios
|
| 31 |
- Creating interactive chatbots or virtual assistants with Genie's personality
|
|
@@ -39,7 +39,7 @@ The Genie Tonality Fine-Tuned Mixtral-8x7B Model is designed to generate respons
|
|
| 39 |
|
| 40 |
## Inference Code
|
| 41 |
|
| 42 |
-
To test and interact with the Genie Tonality Fine-Tuned
|
| 43 |
|
| 44 |
```python
|
| 45 |
# Import necessary libraries
|
|
@@ -84,4 +84,4 @@ print(answer)
|
|
| 84 |
This code snippet allows you to provide an input prompt and generate a response from the model. The generated text will aim to mimic Genie's tonality and personality based on the fine-tuning process.
|
| 85 |
|
| 86 |
## Contact and Feedback
|
| 87 |
-
If you have any questions, feedback, or concerns regarding the Genie's Tonality Fine-Tuned Mistral Model, please contact me https://www.sadiahzahoor.com/contact.
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
|
| 11 |
+
# Genie Tonality Fine-Tuned Mistral 7B Model
|
| 12 |
|
| 13 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/6564e76de6b20bc37e494589/_7MRpFY2lpc4aGQPybqU_.png" width="600" alt="Genie Tonality Fine-Tuned Mixtral-8x7B Model overview">
|
| 14 |
|
| 15 |
## Overview
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of the "mistralai/Mistral-7B-v0.1" model, specifically trained to generate responses with a tonality similar to the character Genie from Disney's "Aladdin" franchise. The model has been fine-tuned using a dataset of Genie's dialogue and text samples to capture his unique speaking style, mannerisms, and personality.
|
| 18 |
|
| 19 |
## Model Details
|
| 20 |
|
| 21 |
+
- **Base Model**: "mistralai/Mistral-7B-v0.1"
|
| 22 |
- **Fine-Tuning Dataset**: Custom dataset of Genie's dialogue and text samples.
|
| 23 |
- **Fine-Tuning Approach**: PEFT (LoRA) and SFT Trainer.
|
| 24 |
+
- **Model Size**: The model retains the same size and architecture as the original Mistral 7B model.
|
| 25 |
|
| 26 |
## Intended Use
|
| 27 |
|
| 28 |
+
The Genie Tonality Fine-Tuned Mistral 7B Model is designed to generate responses and engage in conversations with a tonality and personality similar to the character Genie. It can be used for various creative and entertainment purposes, such as:
|
| 29 |
|
| 30 |
- Generating Genie-like dialogue for stories, fan fiction, or roleplaying scenarios
|
| 31 |
- Creating interactive chatbots or virtual assistants with Genie's personality
|
|
|
|
| 39 |
|
| 40 |
## Inference Code
|
| 41 |
|
| 42 |
+
To test and interact with the Genie Tonality Fine-Tuned Mistral 7B Model, you can use the following inference code:
|
| 43 |
|
| 44 |
```python
|
| 45 |
# Import necessary libraries
|
|
|
|
| 84 |
This code snippet allows you to provide an input prompt and generate a response from the model. The generated text will aim to mimic Genie's tonality and personality based on the fine-tuning process.
|
| 85 |
|
| 86 |
## Contact and Feedback
|
| 87 |
+
If you have any questions, feedback, or concerns regarding the Genie's Tonality Fine-Tuned Mistral 7B Model, please contact me https://www.sadiahzahoor.com/contact.
|