Skip to content

An experimental project to create a bot of myself via GPT-2's 1558M model

Notifications You must be signed in to change notification settings

RubbaBoy/RubbaBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RubbaBot

RubbaBot is an experimental project in attempt to train the 1558M model gpt-2 Neural Network on over 132,000 messages by only myself on Discord.

Setup Instructions

  1. Scrape your messages via DiscordChatExporter in the CSV setting.
  2. Run com.uddernetworks.rubbabot.MessageFilter to filter out the messages with the ID constant in the file to create an output.txt file. Alternatively, put messages to train on in an output.txt
  3. Set up GPT-2 1558M via:
    1. git clone https://github.com/RubbaBoy/gpt-2.git
    2. ./gpt-2/setup.sh 1558M output.txt
    3. ./gpt-2/train.sh

About

An experimental project to create a bot of myself via GPT-2's 1558M model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages