| | --- |
| | 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 |