#594 · Primary category: Education & Research

transformers-code

huggingface peft transformers

手把手带你实战 Huggingface Transformers 课程视频同步更新在B站与YouTube

Project last updated:07/15/24

GitHub Stars

4.1K

Forks

520

Contributors

2

License

Other

Why we included this project

This repo is the code companion to a Chinese-language video course on the Huggingface Transformers ecosystem. It starts with the basics: pipelines, tokenizers, models, datasets, and the Trainer API, then moves through concrete NLP tasks like named entity recognition, question answering, summarization, and retrieval-style chatbots. Later sections dig into the parts that tend to trip people up in practice: parameter-efficient fine-tuning with PEFT, low-precision and QLoRA training, and distributed training with Accelerate and DeepSpeed. The pinned dependency versions in the README mean you can run the examples without guesswork, and each lesson has a video link alongside the code. It is a learning path, not a production library, so expect guided practice rather than a drop-in component.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category