l3utterfly commited on
Commit
ee7cc7a
1 Parent(s): bfaa298

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,3 +1,38 @@
1
  ---
2
  license: mit
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-2
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:
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)