Upload /README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -214,10 +214,14 @@ You can run the models on [dreamgen.com](https://dreamgen.com) for free — you
|
|
214 |
- [**Google Colab**](https://colab.research.google.com/drive/1J178fH6IdQOXNi-Njgdacf5QgAxsdT20?usp=sharing): This is a simple interactive Google Colab to do role-play with the 7B model, it should fit on the T4 GPU.
|
215 |
- [Code](example/prompt/interactive.py): This is simple script for interactive chat for one hard-coded scenario.
|
216 |
- **SillyTavern**
|
217 |
-
- [
|
218 |
-
-
|
219 |
-
|
220 |
-
|
|
|
|
|
|
|
|
|
221 |
- **LM Studio**
|
222 |
- [Config](configs/lmstudio/preset.json)
|
223 |
- Just like ChatML, just changed "assistant" to "text" role.
|
|
|
214 |
- [**Google Colab**](https://colab.research.google.com/drive/1J178fH6IdQOXNi-Njgdacf5QgAxsdT20?usp=sharing): This is a simple interactive Google Colab to do role-play with the 7B model, it should fit on the T4 GPU.
|
215 |
- [Code](example/prompt/interactive.py): This is simple script for interactive chat for one hard-coded scenario.
|
216 |
- **SillyTavern**
|
217 |
+
- [Official SillyTavern documentation for DreamGen](https://docs.sillytavern.app/usage/api-connections/dreamgen/) -- applies to both the API an local models
|
218 |
+
- SillyTavern (staging) comes with built-in DreamGen preset for RP
|
219 |
+
- Other presets can be found [here](https://huggingface.co/dreamgen/opus-v1-34b/tree/main/configs/silly_tavern), v2 kindly provided by @MarinaraSpaghetti
|
220 |
+
- Make sure to unselect `Skip special tokens`, otherwise it won't work
|
221 |
+
- This is just an attempt at approximating the Opus V1 prompt, it won't be perfect
|
222 |
+
- Character cards specifically rewritten for the built-in DreamGen preset:
|
223 |
+
- [Seraphina](configs/silly_tavern/cards/Seraphina.png) (based on the default Seraphina card)
|
224 |
+
- [Lara Lightland](configs/silly_tavern/cards/LaraLightland.png) (based on the card by Deffcolony)
|
225 |
- **LM Studio**
|
226 |
- [Config](configs/lmstudio/preset.json)
|
227 |
- Just like ChatML, just changed "assistant" to "text" role.
|