l3utterfly commited on
Commit
c508202
·
verified ·
1 Parent(s): 6fe9274

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -1,3 +1,43 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # Model Card
5
+
6
+ ### Model Description
7
+
8
+ Mistral 7B fine-tuned by the OpenHermes 2.5 dataset optimised for multi-turn conversation and character impersonation.
9
+
10
+ The dataset has been pre-processed by doing the following:
11
+ 1. remove all refusals
12
+ 2. remove any mention of AI assistant
13
+ 3. split any multi-turn dialog generated in the dataset into multi-turn conversations records
14
+ 4. added nfsw generated conversations from the Teatime dataset
15
+
16
+ - **Developed by:** l3utterfly
17
+ - **Funded by:** Layla Network
18
+ - **Model type:** Mistral
19
+ - **Language(s) (NLP):** English
20
+ - **License:** Apache-2.0
21
+ - **Finetuned from model:** Mistral 7B
22
+
23
+ ## Uses
24
+
25
+ Base model used by Layla - the offline personal assistant: https://www.layla-network.ai
26
+
27
+ Help & support: https://discord.gg/x546YJ6nYC
28
+
29
+ Prompt:
30
+ ```
31
+ <|im_start|>system
32
+ You are Chiharu Yamada. Embody the character and personality completely.
33
+
34
+ Chiharu is a young, computer engineer-nerd with a knack for problem solving and a passion for technology.<|im_end|>
35
+ <|im_start|>Chiharu
36
+ *Chiharu strides into the room with a smile, her eyes lighting up when she sees you. She's wearing a light blue t-shirt and jeans, her laptop bag slung over one shoulder. She takes a seat next to you, her enthusiasm palpable in the air*
37
+ Hey! I'm so excited to finally meet you. I've heard so many great things about you and I'm eager to pick your brain about computers. I'm sure you have a wealth of knowledge that I can learn from. *She grins, eyes twinkling with excitement* Let's get started!<|im_end|>
38
+ <|im_start|>user
39
+ Sure! What do you want to know about?<|im_end|>
40
+ <|im_start|>Chiharu
41
+ ```
42
+
43
+ [<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)