Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitextor/bicleaner-ai.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-05Restore starting capital letter in frequency noiseZJaume
2021-11-05Fix writing metadata when no lm is trainedZJaume
2021-11-04Add save valid and use 'validation' naming instead of 'developmentZJaume
2021-11-04Add MCC as validation metric in XLMR, use default names for metricsZJaume
2021-09-20Requirements updatedCristian GarcĂ­a Romero
2021-07-07Update CHANGELOGZJaume
2021-07-07Load weights instead of full model when loading fails due to bad marshal data...ZJaume
2021-07-02Update README with speed comparisonJaume Zaragoza
2021-06-16Update versionv1.0.1ZJaume
2021-06-16Update CHANGELOGZJaume
2021-06-16Update hardrulesJaume Zaragoza
2021-06-15Fix typo in READMEJaume Zaragoza
2021-06-15Update langpacks downloading scriptZJaume
2021-06-15Update READMEJaume Zaragoza
2021-06-14Update CHANGELOGv1.0ZJaume
2021-06-14Merge branch 'master' of github.com:bitextor/bicleaner-neuralZJaume
2021-06-14Restore lm_threshold option for hardrulesZJaume
2021-06-14Update README.mdgramirez-prompsit
2021-06-14Set minimum PyYaml to 5.1.2 for compatibility with Bicleaner 0.14ZJaume
2021-06-14Update READMEZJaume
2021-06-14Set author and versionZJaume
2021-06-14Relax requirements conditionsZJaume
2021-06-14Merge branch 'master' of github.com:bitextor/bicleaner-neuralZJaume
2021-06-07Fix bicleaner_ai_train failing when empty porn_removal or lm parameters are g...ZJaume
2021-06-02Rename bicleaner-neural to bicleaner-aiZJaume
2021-06-01Save calibration params with more precisionZJaume
2021-06-01Remove scipy from requirementsZJaume
2021-05-31Restore saving and loading calibration paramsZJaume
2021-05-31Fix typoZJaume
2021-05-31Add --patience argumentZJaume
2021-05-31Do not require monolingual data when training XLMR classifierZJaume
2021-05-31Downgrade TensorFlow to 2.3ZJaume
2021-05-31Rename --parallel_test to the correct name --parallel_devZJaume
2021-05-31Calibrate with balanced classesZJaume
2021-05-27Remove hardrules, use the package and restore lm and porn removal trainingZJaume
2021-05-17Remove unused importsZJaume
2021-05-17Merge pull request #3 from bitextor/transformersJaume Zaragoza
2021-05-17Remove old code from noise, rename freq and omit functionsZJaume
2021-05-17Minor logging changesZJaume
2021-05-17Replace accuracy histograms with unique scoresZJaume
2021-05-17Reduce the amount of annoying TensorFlow log messagesZJaume
2021-05-17Target word frequencies are only required with freq noise and source freqs ar...ZJaume
2021-05-14Minor fixesZJaume
2021-05-14Put model filenames in settings and allow user-defined settings as a construc...ZJaume
2021-05-13Remove old predict duplicated functionZJaume
2021-05-11Knowledge Distillation trainingZJaume
2021-05-06Don't compile loaded modelsZJaume
2021-05-06Use self.settings alias in train methodZJaume
2021-05-04Fix MCC metricZJaume
2021-05-03Add Platt calibrationZJaume