Fizzarolli
commited on
Commit
•
71989d7
1
Parent(s):
45321c3
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- unsloth
|
5 |
+
license: other
|
6 |
+
license_name: llama3
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
---
|
10 |
+
|
11 |
+
# phencyclidine v1
|
12 |
+
|
13 |
+
waifu soon™️
|
14 |
+
|
15 |
+
experimental "storytelling" and roleplaying finetune of llama 3.
|
16 |
+
|
17 |
+
## quants
|
18 |
+
TODO!
|
19 |
+
|
20 |
+
## prompting
|
21 |
+
|
22 |
+
### storytelling
|
23 |
+
|
24 |
+
```
|
25 |
+
Title: Story Title
|
26 |
+
Description: Story Description
|
27 |
+
Tags: ['tag1', 'tag2', 'tag3', '...']
|
28 |
+
|
29 |
+
|
30 |
+
# Chapter 1
|
31 |
+
Chapter 1 text...
|
32 |
+
|
33 |
+
# Chapter 2
|
34 |
+
Chapter 2 text...
|
35 |
+
```
|
36 |
+
|
37 |
+
### roleplaying
|
38 |
+
|
39 |
+
```
|
40 |
+
<|description|>Character 1
|
41 |
+
Character 1 is...</s>
|
42 |
+
<|description|>Character 2
|
43 |
+
It might work without this description of Character 2, but I'm not sure...</s>
|
44 |
+
<|message|>Character 1
|
45 |
+
Hi!</s>
|
46 |
+
<|message|>Character 2
|
47 |
+
Hello!</s>
|
48 |
+
```
|
49 |
+
(no, i didn't make these special tokens. shush.)
|
50 |
+
|
51 |
+
|
52 |
+
## datasets
|
53 |
+
half wattpad, half bluemoon. not enough? eh, probably. at least it generates coherent text tho
|