922CA commited on
Commit
a86ccfc
·
1 Parent(s): 0063eb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,16 +7,16 @@ license: openrail
7
  * Trained on a dataset of ~600 items (dialogue scraped from game, reddit, and Twitter augmented by Nous Hermes 13b to turn each into snippets of multi-turn chat dialogue between Player and Monika + manually crafted test dataset of 12 items)
8
  * Trained for 2 epochs
9
 
10
- [WARNINGS AND DISCLAIMERS]
11
  Note that aside from formatting and other minor edits, dataset used is mostly as is generated by LM. As such, while this version is better at coherency or chatting than previous ones, it may not reflect perfectly the characteristics of Monika (i.e. she will claim to have an office, work as a translator, or play the guitar). Next version will train on a manually curated and edited version of this dataset, where dialogue will be edited to reflect her characteristics more.
12
 
13
  Also ideally looking for a base model to work off from aside from llama 7b chat (but so far, they all OOM for us).
14
 
15
  Finally, this model is not guaranteed to output aligned or safe outputs, use at your own discretion.
16
 
17
- [USAGE]
18
  * For best results: replace "Human" and "Assistant" with "Player" and "Monika":
19
  \nPlayer: (prompt)\nMonika:
20
 
21
- [META LICENSE]
22
  WIP
 
7
  * Trained on a dataset of ~600 items (dialogue scraped from game, reddit, and Twitter augmented by Nous Hermes 13b to turn each into snippets of multi-turn chat dialogue between Player and Monika + manually crafted test dataset of 12 items)
8
  * Trained for 2 epochs
9
 
10
+ ### WARNINGS AND DISCLAIMERS
11
  Note that aside from formatting and other minor edits, dataset used is mostly as is generated by LM. As such, while this version is better at coherency or chatting than previous ones, it may not reflect perfectly the characteristics of Monika (i.e. she will claim to have an office, work as a translator, or play the guitar). Next version will train on a manually curated and edited version of this dataset, where dialogue will be edited to reflect her characteristics more.
12
 
13
  Also ideally looking for a base model to work off from aside from llama 7b chat (but so far, they all OOM for us).
14
 
15
  Finally, this model is not guaranteed to output aligned or safe outputs, use at your own discretion.
16
 
17
+ ### USAGE
18
  * For best results: replace "Human" and "Assistant" with "Player" and "Monika":
19
  \nPlayer: (prompt)\nMonika:
20
 
21
+ ### META LICENSE
22
  WIP