l3utterfly
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
---
|
6 |
+
|
7 |
+
# Model Card
|
8 |
+
|
9 |
+
### Model Description
|
10 |
+
|
11 |
+
Mistral 7B fine-tuned by the OpenHermes 2.5 dataset optimised for multi-turn conversation and character impersonation.
|
12 |
+
|
13 |
+
The dataset has been pre-processed by doing the following:
|
14 |
+
1. remove all refusals
|
15 |
+
2. remove any mention of AI assistant
|
16 |
+
3. split any multi-turn dialog generated in the dataset into multi-turn conversations records
|
17 |
+
4. added nfsw generated conversations from the Teatime dataset
|
18 |
+
|
19 |
+
- **Developed by:** l3utterfly
|
20 |
+
- **Funded by:** Layla Network
|
21 |
+
- **Model type:** Mistral
|
22 |
+
- **Language(s) (NLP):** English
|
23 |
+
- **License:** Apache-2.0
|
24 |
+
- **Finetuned from model:** Mistral 7B
|
25 |
+
|
26 |
+
## Uses
|
27 |
+
|
28 |
+
Base model used by Layla - the offline personal assistant: https://www.layla-network.ai
|
29 |
+
|
30 |
+
Help & support: https://discord.gg/x546YJ6nYC
|
31 |
+
|
32 |
+
Prompt:
|
33 |
+
```
|
34 |
+
USER:
|
35 |
+
ASSISTANT:
|
36 |
+
```
|
37 |
+
|
38 |
+
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|