mirror of
https://github.com/mii443/tokenizers.git
synced 2025-12-08 21:58:18 +00:00
Rust & Python - Update CHANGELOGs
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
Fixes:
|
||||
- Some default tokens were missing from `BertWordPieceTokenizer` (cf [#160](https://github.com/huggingface/tokenizers/issues/160))
|
||||
# v0.5.2
|
||||
- Do not open all files directly while training ([#163](https://github.com/huggingface/tokenizers/issues/163))
|
||||
|
||||
## Fixes:
|
||||
- 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
4
tokenizers/CHANGELOG.md
Normal 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))
|
||||
Reference in New Issue
Block a user