PaddlePaddle/PaddleFormers v0.2
PaddlePaddle/PaddleFormers
Captured source
source ↗published Sep 4, 2025seen 5dcaptured 13hhttp 200method plain
PaddleFormers v0.2
Repository: PaddlePaddle/PaddleFormers
Tag: v0.2
Published: 2025-09-04T09:33:09Z
Prerelease: no
Release notes: 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.
Notability
notability 6.0/10Baidu's PaddleFormers update, notable release.