922CA commited on
Commit
f1468c1
·
verified ·
1 Parent(s): f65eefe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -4
README.md CHANGED
@@ -11,12 +11,35 @@ tags:
11
  - trl
12
  ---
13
 
14
- # Uploaded model
 
 
 
15
 
16
- - **Developed by:** 922-CA
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/gemma-2-9b-bnb-4bit
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
  [<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
+ # Gemmonika-ddlc-9b-v1:
15
+ * Gemma 2 9b fine-tuned for Monika character from DDLC
16
+ * 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)
17
+ * [GGUFs](https://huggingface.co/922-CA/Gemmonika-ddlc-9b-v1-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
+ * Trained for 1 epoch
28
+ * rank: 16
29
+ * lora alpha: 16
30
+ * lora dropout: 0.5
31
+ * lr: 2e-4
32
+ * batch size: 2
33
+ * warmup ratio: 0.1
34
+ * grad steps: 4
35
 
36
  This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
37
 
38
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
39
+
40
+ ### WARNINGS AND DISCLAIMERS
41
+ 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.
42
+
43
+ Additionally, being character-focused means that this model may not be the smartest model/not as capable as others for specific tasks.
44
+
45
+ Finally, this model is not guaranteed to output aligned or safe outputs, use at your own risk!