mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
41 lines
2.1 KiB
Markdown
41 lines
2.1 KiB
Markdown
# Pytorch AI Dungeon2
|
|
|
|
A Fork of Nick Walton's [AI Dungeon2](https://github.com/AIDungeon/AIDungeon) and pytorch as a backend.
|
|
|
|
Uses prompts and play.py from the [Clover edition](https://github.com/cloveranon/Clover-Edition)
|
|
|
|
I did this because tensorflow is annoying to compile for my xeon processor an it was actually faster to port the generation code.
|
|
|
|
No colab yet.
|
|
|
|
If you want the converted model, just ask in the issues and I'll make it available.
|
|
|
|
Content warning: This model is trained on the internet which means there will be lots of toxic and offensive content along with the funny and wierd.
|
|
|
|
## Screenshot
|
|
|
|

|
|
|
|
## Changes
|
|
|
|
- user:
|
|
- added suggested actions from the AI player
|
|
- roll a d20 for speech or action to make it harder
|
|
- d01: You fail to X
|
|
- dX: You try to X
|
|
- d20: You successfully X
|
|
- use Clover edition ui, prompts, config
|
|
- technical:
|
|
- use half precision for smaller model, (but this might lead to lower quality, I need to test more)
|
|
- better logging
|
|
- use pytorch
|
|
- set top_k to zero and just use top p
|
|
- change clover config file to yaml
|
|
|
|
# Model
|
|
|
|
<a href="magnet:?xt=urn:btih:17dcfe3d12849db04a3f64070489e6ff5fc6f63f&dn=model_v5_pytorch&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fp4p.arenabg.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.cyberia.is%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2f9.rarbg.me%3a2710%2fannounce&tr=udp%3a%2f%2ftracker3.itzmx.com%3a6961%2fannounce">magnet link to pytorch model torrent</a>
|
|
|
|
```magnet:?xt=urn:btih:17dcfe3d12849db04a3f64070489e6ff5fc6f63f&dn=model_v5_pytorch&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fp4p.arenabg.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.cyberia.is%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2f9.rarbg.me%3a2710%2fannounce&tr=udp%3a%2f%2ftracker3.itzmx.com%3a6961%2fannounce```
|
|
|