1、官方文档
https://huggingface.co/docs/transformers/index
(1)Get started
Transformers【Done】
- Quick Tour【Done】
Installation【Done】
Pipelines for inference【Done】
Load pretrained instances with an AutoClass
官网
- 官方 github(pytorch 版)
- 官方文档
- Transformers 支持的 Tasks
- Preprocessing(预处理相关)
- Training and fine-tuning(Using the models provided by Transformers in a PyTorch/TensorFlow training loop and the
Trainer
API) - Fine-tuning/usage scripts(Example scripts for fine-tuning models on a wide range of tasks)
- Model sharing and uploading(Upload and share your fine-tuned models with the community)
- Migration(Migrate to Transformers from
pytorch-transformers
orpytorch-pretrained-bert
)