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
diff options
context:
space:
mode:
authorZJaume <jzaragoza@prompsit.com>2022-07-27 15:22:28 +0300
committerZJaume <jzaragoza@prompsit.com>2022-07-27 15:23:12 +0300
commita9927660a00a2838355b0efc507b58e13b5734da (patch)
treecd61ed8ffa55fb1a2d4b559801a0ab944663338e
parent63c638683f32e73ca0944a018b14b77062f14e16 (diff)
Update CHANGELOG
Add keepchangelog reference and the remaining changes
-rw-r--r--CHANGELOG.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28ee746..3e19a74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
-## Unreleased:
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]:
### Added
+* Upload full models to Hugging Face Hub.
+* Automatic download of full models.
* Hide Tensorflow and Transformers logging messages in executable scripts.
* Redirect Keras prediction progress bar to stderr.
* Huge memory improvements during training.
@@ -13,12 +21,14 @@
* Now BICLEANER\_AI\_THREADS environment variable controls the number of threads.
* Update HF Transformers.
* Update TensorFlow minimum version.
+* Rename `download-packs.sh` to `bicleaner-ai-download`.
* Set inter/intra\_op parallelism to 0 by default.
* Add citation info to README.
### Fixed
* Avoid generating empty sentences in omit noise.
* Restore capital letters at the beggining of the sentennce in frequency noise.
* Fix loading lite models in other other Python versions than 3.8.
+* Fix unbound variable `lm_stats`.
* Other minor fixes.
## Bicleaner AI 1.0.1: