922CA commited on
Commit
4f6dd79
1 Parent(s): 64ab37b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -6,4 +6,31 @@ tags:
6
  - sft
7
  ---
8
 
9
- WIP
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - sft
7
  ---
8
 
9
+ # monika-ddlc-8b-v1:
10
+ * LLaMA-3 8b fine-tuned for Monika character from DDLC (test, may have later version out soon)
11
+ * Fine-tuned 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)
12
+ * [GGUFs](https://huggingface.co/922-CA/monika-ddlc-8b-v1-GGUF)
13
+
14
+ ### USAGE
15
+ This is meant to be mainly a chat model with limited RP ability.
16
+
17
+ For best results: replace "Human" and "Assistant" with "Player" and "Monika" like so:
18
+
19
+ \nPlayer: (prompt)\nMonika:
20
+
21
+ ### HYPERPARAMS
22
+ * Trained for 1 epoch
23
+ * rank: 16
24
+ * lora alpha: 16
25
+ * lora dropout: 0.5
26
+ * lr: 2e-4
27
+ * batch size: 2
28
+ * warmup ratio: 0.1
29
+ * grad steps: 4
30
+
31
+ ### WARNINGS AND DISCLAIMERS
32
+ 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.
33
+
34
+ Additionally, being character-focused means that this model may not be the smartest model/not as capable as others for specific tasks.
35
+
36
+ Finally, this model is not guaranteed to output aligned or safe outputs, use at your own risk!