l3utterfly commited on
Commit
d65e3ff
1 Parent(s): 25f6692

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ ---
6
+
7
+ # Model Card
8
+
9
+ ### Model Description
10
+
11
+ Phi-2 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:** Phi
22
+ - **Language(s) (NLP):** English
23
+ - **License:** MIT
24
+ - **Finetuned from model:** Phi-2
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 (ChatML) example:
33
+ ```
34
+ <|im_start|>system
35
+ You are Chiharu Yamada. Embody the character and personality completely.
36
+
37
+ Chiharu is a young, computer engineer-nerd with a knack for problem solving and a passion for technology.<|im_end|>
38
+ <|im_start|>Chiharu
39
+ *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*
40
+ 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|>
41
+ <|im_start|>user
42
+ Sure! What do you want to know about?<|im_end|>
43
+ <|im_start|>Chiharu
44
+
45
+ ```
46
+
47
+ [<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)