2.0.0-alpha.0
版本发布时间: 2023-05-15 23:30:49
huggingface/transformers.js最新发布版本:2.17.2(2024-05-29 22:36:30)
Pre-release for Transformers.js v2.0.0
Major changes
- Complete ES6 rewrite
- Documentation live at https://huggingface.co/docs/transformers.js
- Overhauled testing framework (now using Jest)
- Improve hub integration (now you can simply pass model ids to
pipeline
,AutoModel
,AutoTokenizer
, andAutoProcessor
.) - Node.js model caching (https://github.com/xenova/transformers.js/issues/62)
Minor changes
- Added tutorials and example projects (https://github.com/xenova/transformers.js/tree/main/examples)
- CI/CD with GitHub actions
- Various bug fixes and improvements