index
:
ebooks
master
Fediverse ebooks bot using neural networks
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bot.py
Age
Commit message (
Expand
)
Author
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-02-28
Add Matrix support 🎉
Anthony Wang
2022-02-27
WIP: Add Pleroma and Misskey support
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
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
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
Add new transformers bot script and move old one to bot_lstm.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
Reformat using autopep8
Anthony Wang
2022-02-21
Cleanup and reformat with autopep8
Anthony Wang
2022-02-21
Don't make bot.py executable
Anthony Wang
2022-02-21
Add some example bot code
Anthony Wang