github huggingface/tokenizers v0.14.0

latest releases: v0.20.3, v0.20.3rc1, v0.20.2...
14 months ago

⚠️ Reworks the release pipeline. Other breaking changes ⚠️ :

  • #1335, AddedToken is reworked, is_special_token rename to special for consistency
  • feature http is now OFF by default, and depends on hf-hub instead of cached_path (updated cache directory, better sync implementation)
  • Removed SSL link on the python package, calling huggingface_hub directly instead.
  • New dependency : huggingface_hub (while we deprecate Tokenizer.from_pretrained(...) to Tokenizer.from_file(hugginngface_hub.hf_hub_download(MODEL_ID, "tokenizer.json")

What's Changed

New Contributors

Full Changelog: v0.13.3...v0.14.0

Don't miss a new tokenizers release

NewReleases is sending notifications on new releases.