922CA commited on
Commit
d21d34b
·
verified ·
1 Parent(s): 2bf5da1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -7
README.md CHANGED
@@ -11,14 +11,31 @@ tags:
11
  - trl
12
  ---
13
 
14
- Test
 
 
 
15
 
16
- # Uploaded model
 
17
 
18
- - **Developed by:** 922-CA
19
- - **License:** apache-2.0
20
- - **Finetuned from model :** unsloth/gemma-2-2b-bnb-4bit
21
 
22
- This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
23
 
24
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  - trl
12
  ---
13
 
14
+ # gem-monika-ddlc-2b (AKA Lilmonix2b-v1):
15
+ * [Fine-tune](https://huggingface.co/unsloth/gemma-2-2b-bnb-4bit) for Monika character from DDLC
16
+ * Fine-tuned on a [dataset of ~600+ items](https://huggingface.co/datasets/922-CA/MoCha_v1) (dialogue scraped from game, reddit, and Twitter synthetically augmented by 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)
17
+ * [GG](https://huggingface.co/922CA/gem-monika-ddlc-2b-gguf)[UF](https://huggingface.co/mradermacher/gem-monika-ddlc-2b-GGUF)
18
 
19
+ # USAGE
20
+ This is meant to be mainly a chat model with limited RP ability.
21
 
22
+ For best results: replace "Human" and "Assistant" with "Player" and "Monika" like so:
 
 
23
 
24
+ \nPlayer: (prompt)\nMonika:
25
 
26
+ # HYPERPARAMS
27
+ * Tuned for 1 epoch
28
+ * rank: 32
29
+ * lora alpha: 32
30
+ * lora dropout: 0.5
31
+ * lr: 2e-4
32
+ * batch size: 2
33
+ * warmup ratio: 0.1
34
+ * grad steps: 4
35
+
36
+ # WARNINGS AND DISCLAIMERS
37
+ 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.
38
+
39
+ Additionally, being character-focused means that this model may have lost some assistant capability for some specific tasks.
40
+
41
+ Finally, this model is not guaranteed to output aligned or safe outputs, use at your own risk!