Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
---
|
4 |
+
# monika-ddlc-7b-v1:
|
5 |
+
* LLaMA-2 7b chat fine-tuned for Monika character from DDLC (still somewhat experimental)
|
6 |
+
* Trained on a dataset of ~600+ items (dialogue scraped from game, reddit, and Twitter augmented by [l2-7b-monika-v0.3c1](https://huggingface.co/922-CA/llama-2-7b-monika-v0.3c1) to turn each into snippets of multi-turn chat dialogue between Player and Monika; this was then manually edited, with more manually crafted items including info about character added in)
|
7 |
+
* [GGUFs](https://huggingface.co/922-CA/monika-ddlc-7b-v1) (feel free to convert to GGML, or can do it if requested)
|
8 |
+
* [QLoras](https://huggingface.co/922-CA/monika-lm-lora-tests/tree/main/monika-ddlc-7b-v1)
|
9 |
+
|
10 |
+
### USAGE
|
11 |
+
This is meant to be mainly a chat model with limited RP ability.
|
12 |
+
|
13 |
+
For best results: replace "Human" and "Assistant" with "Player" and "Monika" like so:
|
14 |
+
|
15 |
+
\nPlayer: (prompt)\nMonika:
|
16 |
+
|
17 |
+
### HYPERPARAMS
|
18 |
+
* Trained for 3 epochs
|
19 |
+
* rank: 32
|
20 |
+
* lora alpha: 64
|
21 |
+
* lora dropout: 0.5
|
22 |
+
* lr: 2e-4
|
23 |
+
* batch size: 2
|
24 |
+
* warmup ratio: 0.1
|
25 |
+
* grad steps: 4
|
26 |
+
|
27 |
+
### WARNINGS AND DISCLAIMERS
|
28 |
+
This model is meant to closely reflect the characteristics of Monika. Despite this, there is always the chance that "Monika" will hallucinate and get information about herself wrong or act out of character (for example, in testing she usually knows her own club and its members, her game, and even her height and favorite ice cream flavor, but may still get her eye color wrong or mistake her developer as being a member of her club).
|
29 |
+
|
30 |
+
Additionally, being character-focused also means that this model may not be the smartest model/not as capable as others for simple tasks (not yet tested).
|
31 |
+
|
32 |
+
Finally, this model is not guaranteed to output aligned or safe outputs, use at your own risk.
|
33 |
+
|
34 |
+
Note: Ideally, would have liked to fine-tune on other models (specifically [Zephyr-7b-alpha](https://huggingface.co/HuggingFaceH4/zephyr-7b-alpha)). May try soon for later versions.
|