matrix-spam-ml

git clone git://archive.git.mtrnord.blog/MTRNord/matrix-spam-ml.git
Log | Files | Refs | Submodules | README | LICENSE

DateCommit messageAuthorFiles+-
2022-12-23 22:48Issue bans and basic banlist supportMTRNord6+830-70
2022-12-22 12:06Update docsMTRNord0+0-0
2022-12-22 11:58Update docsMTRNord0+0-0
2022-12-22 11:51Setup docsMTRNord3+20-0
2022-12-20 19:58Also track original room idMTRNord1+1-0
2022-12-20 19:03Add tracking info for the messages to make reaction handling easierMTRNord4+410-223
2022-12-20 18:37Fix roomid pillMTRNord1+2-2
2022-12-20 18:33Add pillsMTRNord1+23-2
2022-12-20 18:10Do some cleanup on the bot and prepare handling reactionsMTRNord3+87-33
2022-12-20 17:40Add and apply eslintMTRNord5+2438-36
2022-12-19 19:22Cleanup bot and introduce basic warning formatting and roomsMTRNord4+372-193
2022-12-17 12:36Update and rename LICENSE to LICENSE.mdMarcel2+219-201
2022-12-10 22:18Don't do lfsMTRNord1+0-3
2022-12-10 21:41Remove lfsMTRNord1+0-1
2022-12-10 21:21New bert modelMTRNord2+237-150
2022-12-10 19:18Remove dist folderMTRNord4+3-37
2022-12-10 18:02Add small botMTRNord11+5228-201
2022-12-10 16:01Add tests to bert model and print how many are correct in the endMTRNord2+351-69
2022-12-07 23:44Add bertMTRNord5+263-157
2022-12-06 23:15CleanupMTRNord47+0-75
2022-12-06 23:13Fix input dataMTRNord6+18-2
2022-12-06 23:08Fix typo in model_v2.pyMTRNord1+1-1
2022-12-06 18:50Fix hyperparam trainingMTRNord3+6-1
2022-12-06 14:17Apply clippy suggestionMTRNord1+1-1
2022-12-06 14:09Update webserverMTRNord3+97-53
2022-11-23 20:45Update rust depsMTRNord1+171-114
2022-11-23 20:43Disable cargo-vetMTRNord2+0-25
2022-11-23 20:41Cleanup and fixesMTRNord1+1-6
2022-11-23 20:31Fixup model pyMTRNord1+27-73
2022-11-23 20:08run bert.ipynb and ignore conda envMTRNord2+142-10
2022-11-23 13:56Remove illegal quotesMarcel1+1-1
2022-11-23 13:55Add more spam samplesMarcel1+3-0
2022-11-23 13:29Update README.mdMarcel1+19-0
2022-10-11 13:21Fix listener?MTRNord1+6-5
2022-10-11 12:42Copy templates overMTRNord1+1-1
2022-10-10 20:20Copy templates to the main folderMTRNord1+1-0
2022-10-10 20:15Log index accessMTRNord1+1-0
2022-10-10 20:15Add EXPOSEMTRNord1+1-0
2022-10-10 19:58Listen on 0.0.0.0MTRNord1+1-1
2022-10-10 19:42Make sure that we actually lfs pullMTRNord1+5-0
2022-10-10 19:38Run ldconfigMTRNord1+2-1
2022-10-10 19:29Try a hack from https://github.com/kykosic/actix-tensorflow-example/blob/master/DockerfileMTRNord1+4-20
2022-10-10 19:27Debug why so file is missingMTRNord1+3-0
2022-10-10 19:12Install teensorflow in dockerMTRNord1+19-0
2022-10-10 19:01Remove debug codeMTRNord1+0-1
2022-10-10 18:53also print pwdMTRNord1+1-1
2022-10-10 18:52Debug where the release is build inMTRNord1+1-0
2022-10-10 18:40Fix docker imageMTRNord1+1-1
2022-10-10 17:58Berty the BertMTRNord12+6115-5832
2022-10-01 00:37Move to a transfer training approach to not get issues due to the dataset. (hyperparameter search disabled as training it needs ~200-400GB which I currently dont have free)MTRNord297+584-978
2022-09-29 09:19Fix commentMarcel1+2-3
2022-09-28 16:30Mention that html should be strippedMTRNord1+2-0
2022-09-28 16:29Add new sample of spam and make sure that data send for review is sanitizedMTRNord5+71-5
2022-09-28 13:52Add cargo-vetMTRNord5+687-5
2022-09-28 10:23Fix readme float and generate json_schemaMTRNord8+150-1
2022-09-27 23:20Remove wandb. Newer model is seemingly worse than the previous oneMTRNord5+15-8
2022-09-27 18:40Fix COPY in DockerfileMTRNord1+1-1
2022-09-27 18:38Add readme and fix image nameMTRNord2+52-1
2022-09-27 18:30Use a rust server to serve the model via a highlevel apiMTRNord28+1803-1026
2022-09-27 06:02Improve building in v2.pyMTRNord18+117-34
2022-09-26 19:41Update gitignoreMTRNord1+4-2
2022-09-26 19:40Add nicer python scriptMTRNord3+297-8
2022-09-26 14:08Move to python scriptMTRNord29+605-29
2022-09-25 21:59Another run (not useful)MTRNord10+26-9
2022-09-25 20:18Add hypervariablesMTRNord169+403-262
2022-09-25 15:00Update modelMTRNord7+92-72
2022-09-25 14:01Add new models and training dataMTRNord18+88-42
2022-09-25 13:48Run various new modelsMTRNord111+302-66
2022-09-25 01:14Create LICENSEMarcel1+201-0
2022-09-25 01:12remove max length and set higher dimMTRNord20+243-16
2022-09-25 00:50Find the epoch sweetspotMTRNord13+43-166
2022-09-25 00:27Try increasing max_length and fix gitignoreMTRNord8+52-40
2022-09-25 00:19Try smaller max_length and remove checkpointsMTRNord409+50-44
2022-09-25 00:12Initial experimentsMTRNord454+6089-0