Commit graph

35 commits

Author SHA1 Message Date
dc56b0c327
Fix bug where bot post isn't created with --yes flag 2022-07-19 10:35:47 -05:00
40bf86aaff
Make bot.py Matrix backend quit after 5 seconds 2022-07-18 13:44:49 -05:00
36baee4925
Rewrite bot.py to rerun generations and allow editing prompt 2022-07-17 23:10:13 -05:00
37093e5282
Add more fun prompts 2022-07-17 16:46:17 -05:00
458143cf45
Actually remove mentions 2022-07-17 15:50:29 -05:00
a4765e17c5
Don't post when instance is empty 2022-07-17 15:16:38 -05:00
b96409d739
Remove unneeded import 2022-07-17 10:49:19 -05:00
7720c1c161
Update bot.py to use gpt-large 2022-07-17 10:48:11 -05:00
e61a793dd6
Adjust training parameters to train gpt2-large 2022-07-16 20:20:34 -05:00
d47afd47a3
Adjust training parameters 2022-07-16 11:17:56 -05:00
47407b9fb6
Use gpt2-large instead of distilgpt2 2022-07-15 18:48:19 -05:00
354ebba789
Use single-quotes instead of double quotes 2022-07-15 13:44:44 -05:00
fc56d2c0a8
Make sure output has multiple lines if post isn't long enough 2022-03-23 15:50:56 -05:00
3de96f721a
Add a no-op none backend for bot.py 2022-03-01 08:46:01 -06:00
3bc9e434ba
Add Matrix support 🎉 2022-02-28 22:23:05 -06:00
7bbd56155b
WIP: Add Pleroma and Misskey support 2022-02-27 18:00:22 -06:00
4a9671c958
Remove @ mentions 2022-02-23 15:31:02 -06:00
cc60315e21
Make sure that the randomly chosen line has at least two words 2022-02-23 15:08:42 -06:00
b93fb7b777
Add more fun initial inputs 2022-02-23 10:15:16 -06:00
94bd858609
Add flag for bot.py data 2022-02-23 10:07:50 -06:00
4c0afade32
Make the bot produce longer posts 2022-02-23 09:59:33 -06:00
7f5929b7d0
Make initial input phrases more generic 2022-02-23 07:30:30 -06:00
3010b24685
Increase maximum word count 2022-02-22 22:44:17 -06:00
758998d17e
Randomly sample data for initial input 50% of the time 2022-02-22 22:42:00 -06:00
cd0426ab9e
Pick a random initial input if none provided 2022-02-22 22:25:03 -06:00
5e8f3591ca
Make sure post is at least 100 characters 2022-02-22 22:01:25 -06:00
7f6be5c2ac
Add instance flag for bot 2022-02-22 18:00:10 -06:00
f08e5bfc5f
Reformat code with autopep8 2022-02-22 17:55:04 -06:00
6bab795fe8
Add new transformers bot script and move old one to bot_lstm.py 2022-02-22 16:58:19 -06:00
5f9292e242
Save entire model after training 2022-02-21 16:47:59 -06:00
3de6db5dc7
Implement model loading for bot.py 2022-02-21 16:40:27 -06:00
b991260f59
Reformat using autopep8 2022-02-21 15:33:17 -06:00
423c1d8304
Cleanup and reformat with autopep8 2022-02-21 15:03:28 -06:00
86a8473915
Don't make bot.py executable 2022-02-21 14:55:36 -06:00
1caa9d87fb
Add some example bot code 2022-02-21 12:30:20 -06:00