aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-19Fix bug where bot post isn't created with --yes flagHEADmasterAnthony Wang
2022-07-18Make bot.py Matrix backend quit after 5 secondsAnthony Wang
2022-07-17Rewrite bot.py to rerun generations and allow editing promptAnthony Wang
2022-07-17Add more fun promptsAnthony Wang
2022-07-17Actually remove mentionsAnthony Wang
2022-07-17Don't post when instance is emptyAnthony Wang
2022-07-17Remove unneeded importAnthony Wang
2022-07-17Update bot.py to use gpt-largeAnthony Wang
2022-07-16Adjust training parameters to train gpt2-largeAnthony Wang
2022-07-16Adjust training parametersAnthony Wang
2022-07-15Use gpt2-large instead of distilgpt2Anthony Wang
2022-07-15Use single-quotes instead of double quotesAnthony Wang
2022-03-23Make sure output has multiple lines if post isn't long enoughAnthony Wang
2022-03-01Add a no-op none backend for bot.pyAnthony Wang
2022-03-01Add background info to the READMEAnthony Wang
2022-02-28Add Matrix support 🎉Anthony Wang
2022-02-28Switch to AGPL licenseAnthony Wang
2022-02-27WIP: Add Pleroma and Misskey supportAnthony Wang
2022-02-26Revert "Fix pip command to install pytorch instead of old torch package"Anthony Wang
This reverts commit 123846ed7dd429387e069c186bb4d47c24eb8124.
2022-02-26Fix pip command to install pytorch instead of old torch packageAnthony Wang
2022-02-23Remove @ mentionsAnthony Wang
2022-02-23Make sure that the randomly chosen line has at least two wordsAnthony Wang
2022-02-23Add more fun initial inputsAnthony Wang
2022-02-23More detailed usage instructionsAnthony Wang
2022-02-23Add flag for bot.py dataAnthony Wang
2022-02-23Make the bot produce longer postsAnthony Wang
2022-02-23Make initial input phrases more genericAnthony Wang
2022-02-22Increase maximum word countAnthony Wang
2022-02-22Randomly sample data for initial input 50% of the timeAnthony Wang
2022-02-22Pick a random initial input if none providedAnthony Wang
2022-02-22Update README with better bot usage instructionsAnthony Wang
2022-02-22Make sure post is at least 100 charactersAnthony Wang
2022-02-22Add instance flag for botAnthony Wang
2022-02-22Reformat code with autopep8Anthony Wang
2022-02-22Set output directory correctlyAnthony Wang
2022-02-22Split data into chunks and save modelAnthony Wang
2022-02-22Add run_clm.py link to READMEAnthony Wang
2022-02-22Add new transformers bot script and move old one to bot_lstm.pyAnthony Wang
2022-02-22Modify data generation script for transformersAnthony Wang
2022-02-22Add some transformers documentation to READMEAnthony Wang
2022-02-22Move train.py to train_lstm.py and add new transformers training codeAnthony Wang
2022-02-22Optimize LSTM trainingAnthony Wang
2022-02-21Add a resources section to README with useful LSTM linksAnthony Wang
2022-02-21Clean up statuses better in data.pyAnthony Wang
2022-02-21Make each line a status instead of just a big text file of wordsAnthony Wang
2022-02-21Only use English messages and clean up URLs better in data.pyAnthony Wang
2022-02-21Save entire model after trainingAnthony Wang
2022-02-21Implement model loading for bot.pyAnthony Wang
2022-02-21Fix args formatting for train.pyAnthony Wang
2022-02-21Take top 5 instead of top 3Anthony Wang