DrNicefellow
commited on
Commit
•
f146c71
1
Parent(s):
faf953c
Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,25 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
-
|
8 |
-
-
|
9 |
-
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
1 |
+
# ChatAllInOne_Mistral7BV1
|
2 |
+
|
3 |
+
## Description
|
4 |
+
ChatAllInOne_Mistral7BV1 is a chat language model fine-tuned on the CHAT-ALL-IN-ONE-v1 dataset using the QLoRA technique with the unsloth tool. Originally based on the unsloth/mistral-7b model, this version is specifically optimized for diverse and comprehensive chat applications.
|
5 |
+
|
6 |
+
## Model Details
|
7 |
+
- **Base Model**: unsloth/mistral-7b
|
8 |
+
- **Fine-tuning Technique**: QLoRA (Quantum Logic-based Reasoning Approach)
|
9 |
+
- **Dataset**: [CHAT-ALL-IN-ONE-v1](https://huggingface.co/datasets/DrNicefellow/CHAT-ALL-IN-ONE-v1)
|
10 |
+
- **Tool Used for Fine-tuning**: [unsloth](https://github.com/unslothai/unsloth)
|
11 |
+
|
12 |
+
## Features
|
13 |
+
- Enhanced understanding and generation of conversational language.
|
14 |
+
- Improved performance in diverse chat scenarios, including casual, formal, and domain-specific conversations.
|
15 |
+
- Fine-tuned to maintain context and coherence over longer dialogues.
|
16 |
+
|
17 |
+
## Prompt Format
|
18 |
+
|
19 |
+
Vicuna 1.1
|
20 |
+
|
21 |
+
See the finetuning dataset for examples.
|
22 |
+
|
23 |
+
|
24 |
+
## License
|
25 |
+
This model is open-sourced under the Apache 2.0 License. See the LICENSE file for more details.
|