Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- not-for-all-audiences
|
5 |
+
- nsfw
|
6 |
+
---
|
7 |
+
# LewdPlay-8B
|
8 |
+
|
9 |
+
<!-- description start -->
|
10 |
+
## Description
|
11 |
+
|
12 |
+
This repo contains fp16 files of LewdPlay Llama3, a finetuned model on multiple RP datasets based on [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct).
|
13 |
+
|
14 |
+
<!-- description end -->
|
15 |
+
<!-- description start -->
|
16 |
+
## Dataset used
|
17 |
+
|
18 |
+
- Undi95/toxic-dpo-v0.1
|
19 |
+
- NobodyExistsOnTheInternet/ToxicQAFinal
|
20 |
+
- Aesir [2] & [3 - SFW / 3 - NSFW]
|
21 |
+
- cgato/SlimOrcaDedupCleaned (reduced)
|
22 |
+
- Undi95/Capybara-ShareGPT (reduced)
|
23 |
+
- Airobors (reduced)
|
24 |
+
- Pippa (cleaned/reduced)
|
25 |
+
- Bluemoon (cleaned/reduced)
|
26 |
+
- LimaRP (8k ctx)
|
27 |
+
|
28 |
+
<!-- description end -->
|
29 |
+
<!-- prompt-template start -->
|
30 |
+
## Prompt template: Llama3
|
31 |
+
|
32 |
+
```
|
33 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
34 |
+
|
35 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
36 |
+
|
37 |
+
{input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
38 |
+
|
39 |
+
{output}<|eot_id|>
|
40 |
+
```
|
41 |
+
|
42 |
+
SillyTavern files of Llama3 prompt format (if you still don't have them) : [Context](https://files.catbox.moe/hjkawf.json) - [Instruct](https://files.catbox.moe/2liomr.json)
|
43 |
+
|
44 |
+
## Usage
|
45 |
+
|
46 |
+
Work best with character card well written, with some exemple message, memory, etc...
|
47 |
+
|
48 |
+
## Support
|
49 |
+
|
50 |
+
If you want to support me, you can [here](https://ko-fi.com/undiai).
|