Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- ibm-granite/granite-3.1-2b-base
|
7 |
+
---
|
8 |
+
|
9 |
+
# StatSuite - Alpha preview
|
10 |
+
|
11 |
+
Companion model for SillyTavern [extension](https://github.com/leDissolution/StatSuite)
|
12 |
+
|
13 |
+
Finetuned to update certain stats based on turn-based RP.
|
14 |
+
|
15 |
+
### Prompt format
|
16 |
+
(in case you want to ingrate it into something else)
|
17 |
+
|
18 |
+
```
|
19 |
+
<previousMessage from="X">...</previousMessage>
|
20 |
+
<stats character="X" location=".." pose=".." outfit=".." />
|
21 |
+
<stats character="Y" location=".." pose=".." outfit=".." />
|
22 |
+
<stats character="Z" location=".." pose=".." outfit=".." />
|
23 |
+
<message from="Y">...</message>
|
24 |
+
<stats character="X" location="
|
25 |
+
```
|
26 |
+
...and the model shall complete with `{updated_location}" />`, one stat at a time.
|
27 |
+
|
28 |
+
Stats it has been trained on:
|
29 |
+
- location
|
30 |
+
- pose
|
31 |
+
- outfit
|
32 |
+
- accessory
|
33 |
+
- exposure
|
34 |
+
- bodystate
|
35 |
+
- mood
|