Skip to content

PaddleFormers v0.2

Choose a tag to compare

@lugimzzz lugimzzz released this 04 Sep 09:33
· 251 commits to develop since this release
c905bd9

PaddleFormers 0.2 is officially released! This release introduces several key features and improvements:

✨ New Features

1. Multi-source Model Download

  • Added support for downloading models from HuggingFace Hub, ModelScope, and AI Studio, making model access more flexible and convenient.

2. HuggingFace Tokenizer Compatibility

  • PaddleFormers now wraps and supports HuggingFace Tokenizer, allowing users to directly leverage the HuggingFace tokenizer ecosystem while keeping the PaddleFormers experience consistent.

3. Lazy Import Optimization

  • Introduced lazy import mechanism, enabling the Tokenizer module to be used independently without requiring Paddle installation.
  • This makes it easier to use Tokenizer in lightweight scenarios, such as preprocessing or pure inference, while improving modularity and usability.