File size: 1,040 Bytes
e4fae9e 9a3b23c 0d7e450 7838eb1 4547b06 0d77113 4547b06 4d6fd1c 4547b06 4d6fd1c 4547b06 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
# This model is outdated, please use the much better v0.4 -> https://huggingface.co/cgato/Thespis-13b-v0.4
This model is a personal project. It uses a vanilla chat template and is focused on providing multiturn sfw and nsfw RP experience.
This model works best with internet style RP using standard markup with asterisks surrounding actions and no quotes around dialogue.
It uses the following data:
* 3000 samples from Claude Multiround Chat 30k dataset
* 6000 samples from Pippa Dataset
* 3000 samples from Puffin Dataset
* 3800 samples of hand curated RP conversation with various characters.
Works with standard chat format for Ooba or SillyTavern.
Prompt Format: Chat
```
{System Prompt}
Username: {Input}
BotName: {Response}
Username: {Input}
BotName: {Response}
```
Turn Template (for Ooba):
You can either bake usernames into the prompt directly for ease of use or programatically add them if running through the API to use as a chatbot.
```
<|user|>{Username}: <|user-message|>\n<|bot|>{BotName}: <|bot-message|>\n
```
|