File size: 822 Bytes
e96a20b |
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 35 |
---
license: apache-2.0
language:
- en
base_model:
- ibm-granite/granite-3.1-2b-base
---
# StatSuite - Alpha preview
Companion model for SillyTavern [extension](https://github.com/leDissolution/StatSuite)
Finetuned to update certain stats based on turn-based RP.
### Prompt format
(in case you want to ingrate it into something else)
```
<previousMessage from="X">...</previousMessage>
<stats character="X" location=".." pose=".." outfit=".." />
<stats character="Y" location=".." pose=".." outfit=".." />
<stats character="Z" location=".." pose=".." outfit=".." />
<message from="Y">...</message>
<stats character="X" location="
```
...and the model shall complete with `{updated_location}" />`, one stat at a time.
Stats it has been trained on:
- location
- pose
- outfit
- accessory
- exposure
- bodystate
- mood |