kubernetes-bad
commited on
Commit
•
b3a585b
1
Parent(s):
f4798bf
Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,28 @@
|
|
1 |
---
|
2 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
|
|
5 |
|
6 |
-
|
7 |
|
8 |
-
|
9 |
|
10 |
-
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
```
|
15 |
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
@@ -39,6 +52,13 @@ Fuckana is a friendly and talkative catgirl that has enormous breasts. Her voice
|
|
39 |
|
40 |
```
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
## Training procedure
|
43 |
|
44 |
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
license: llama2
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- roleplay
|
8 |
+
- characters
|
9 |
---
|
10 |
|
11 |
+
# CharGen v1 LoRA
|
12 |
|
13 |
+
> A model for creating characters for role play.
|
14 |
|
15 |
+
Trained on *lots* of character cards both from chub and janitor, with some post-processing.
|
16 |
|
17 |
+
For now, it only supports plaintext cards. Any other variation like plist/w++/etc is entirely untested.
|
18 |
|
19 |
+
Address {{user}} as `User`. Character descriptions work best if they begin with `CharacterName is a ...` - for example *"Martha is a middle-aged woman who is ..."*
|
20 |
+
|
21 |
+
NB: This model is **NOT** for roleplay directly. It creates characters that can then be used in roleplay with some other model like [MythoMax](https://huggingface.co/Gryphe/MythoMax-L2-13b).
|
22 |
+
|
23 |
+
It was trained on dynamic prompt template, so it should be able to accommodate your changes to the prompt.
|
24 |
+
|
25 |
+
Prompt template:
|
26 |
|
27 |
```
|
28 |
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
|
|
52 |
|
53 |
```
|
54 |
|
55 |
+
### Dataset
|
56 |
+
|
57 |
+
~34,000 cards from CharacterHub and another ~80,000 cards from Janitor were used as initial dataset, as captured in period between August and September 2023.
|
58 |
+
|
59 |
+
Dataset will not be released, unless explicit permission to do so would be granted from both Chub and Janitor.
|
60 |
+
|
61 |
+
|
62 |
## Training procedure
|
63 |
|
64 |
|