index
:
ebooks
master
Fediverse ebooks bot using neural networks
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2022-07-19
Fix bug where bot post isn't created with --yes flag
HEAD
master
Anthony Wang
2022-07-18
Make bot.py Matrix backend quit after 5 seconds
Anthony Wang
2022-07-17
Rewrite bot.py to rerun generations and allow editing prompt
Anthony Wang
2022-07-17
Add more fun prompts
Anthony Wang
2022-07-17
Actually remove mentions
Anthony Wang
2022-07-17
Don't post when instance is empty
Anthony Wang
2022-07-17
Remove unneeded import
Anthony Wang
2022-07-17
Update bot.py to use gpt-large
Anthony Wang
2022-07-16
Adjust training parameters to train gpt2-large
Anthony Wang
2022-07-16
Adjust training parameters
Anthony Wang
2022-07-15
Use gpt2-large instead of distilgpt2
Anthony Wang
2022-07-15
Use single-quotes instead of double quotes
Anthony Wang
2022-03-23
Make sure output has multiple lines if post isn't long enough
Anthony Wang
2022-03-01
Add a no-op none backend for bot.py
Anthony Wang
2022-03-01
Add background info to the README
Anthony Wang
2022-02-28
Add Matrix support 🎉
Anthony Wang
2022-02-28
Switch to AGPL license
Anthony Wang
2022-02-27
WIP: Add Pleroma and Misskey support
Anthony Wang
2022-02-26
Revert "Fix pip command to install pytorch instead of old torch package"
Anthony Wang
This reverts commit 123846ed7dd429387e069c186bb4d47c24eb8124.
2022-02-26
Fix pip command to install pytorch instead of old torch package
Anthony Wang
2022-02-23
Remove @ mentions
Anthony Wang
2022-02-23
Make sure that the randomly chosen line has at least two words
Anthony Wang
2022-02-23
Add more fun initial inputs
Anthony Wang
2022-02-23
More detailed usage instructions
Anthony Wang
2022-02-23
Add flag for bot.py data
Anthony Wang
2022-02-23
Make the bot produce longer posts
Anthony Wang
2022-02-23
Make initial input phrases more generic
Anthony Wang
2022-02-22
Increase maximum word count
Anthony Wang
2022-02-22
Randomly sample data for initial input 50% of the time
Anthony Wang
2022-02-22
Pick a random initial input if none provided
Anthony Wang
2022-02-22
Update README with better bot usage instructions
Anthony Wang
2022-02-22
Make sure post is at least 100 characters
Anthony Wang
2022-02-22
Add instance flag for bot
Anthony Wang
2022-02-22
Reformat code with autopep8
Anthony Wang
2022-02-22
Set output directory correctly
Anthony Wang
2022-02-22
Split data into chunks and save model
Anthony Wang
2022-02-22
Add run_clm.py link to README
Anthony Wang
2022-02-22
Add new transformers bot script and move old one to bot_lstm.py
Anthony Wang
2022-02-22
Modify data generation script for transformers
Anthony Wang
2022-02-22
Add some transformers documentation to README
Anthony Wang
2022-02-22
Move train.py to train_lstm.py and add new transformers training code
Anthony Wang
2022-02-22
Optimize LSTM training
Anthony Wang
2022-02-21
Add a resources section to README with useful LSTM links
Anthony Wang
2022-02-21
Clean up statuses better in data.py
Anthony Wang
2022-02-21
Make each line a status instead of just a big text file of words
Anthony Wang
2022-02-21
Only use English messages and clean up URLs better in data.py
Anthony Wang
2022-02-21
Save entire model after training
Anthony Wang
2022-02-21
Implement model loading for bot.py
Anthony Wang
2022-02-21
Fix args formatting for train.py
Anthony Wang
2022-02-21
Take top 5 instead of top 3
Anthony Wang
[next]