Rust & Python - Update CHANGELOGs

This commit is contained in:
Anthony MOI
2020-02-26 10:51:40 -05:00
parent 4023bb202c
commit 3b10d640d5
2 changed files with 5 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
Fixes: Fixes:
- Some default tokens were missing from `BertWordPieceTokenizer` (cf [#160](https://github.com/huggingface/tokenizers/issues/160)) - Some default tokens were missing from `BertWordPieceTokenizer` (cf [#160](https://github.com/huggingface/tokenizers/issues/160))
# v0.5.2 # v0.5.2
- Do not open all files directly while training ([#163](https://github.com/huggingface/tokenizers/issues/163))
## Fixes: ## Fixes:
- We introduced a bug related to the saving of the WordPiece model in 0.5.2: The `vocab.txt` file was named - We introduced a bug related to the saving of the WordPiece model in 0.5.2: The `vocab.txt` file was named

4
tokenizers/CHANGELOG.md Normal file
View File

@@ -0,0 +1,4 @@
# v0.8.0 (not released yet)
## Fixes:
- Do not open all files directly while training ([#163](https://github.com/huggingface/tokenizers/issues/163))