DrNicefellow commited on
Commit
f146c71
1 Parent(s): faf953c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -22
README.md CHANGED
@@ -1,22 +1,25 @@
1
- ---
2
- language:
3
- - en
4
- license: apache-2.0
5
- tags:
6
- - text-generation-inference
7
- - transformers
8
- - unsloth
9
- - mistral
10
- - trl
11
- base_model: unsloth/mistral-7b
12
- ---
13
-
14
- # Uploaded model
15
-
16
- - **Developed by:** DrNicefellow
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/mistral-7b
19
-
20
- This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
-
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
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.