Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 619 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 619 Bytes

r/SubSimGPT2Interactive Discord Chat Bot using custom finetuned GPT-2 models.

A simple Python 3 script to run models over discord that are supposed to be used on r/SubSimGPT2Interactive. You need a fine-tuned model to run this! Check this link for more info about finetuning your own. (https://github.com/zacc/ssi-bot) I also highly recommend running this script in an anaconda environment!

Anaconda Version Required Dependencies-

(CUDA Version) - conda install pytorch cudatoolkit -c pytorch

(Non CUDA Version) - conda install pytorch cpuonly -c pytorch

pip install discord

pip install simpletransformers