zyds/transformers-code
手把手带你实战 Huggingface Transformers 课程视频同步更新在B站与YouTube
Covers comprehensive Transformers training workflows across foundational components (Pipeline, Tokenizer, Model, Datasets, Trainer) and nine NLP task implementations (NER, machine reading comprehension, text similarity, dialogue systems, summarization). Integrates PEFT library for parameter-efficient fine-tuning methods (LoRA, QLoRA, Prompt-tuning, P-tuning), bitsandbytes for 4/8-bit quantization training, and Accelerate for distributed training with DeepSpeed support. Targets PyTorch 2.2+ with compatible versions of transformers 4.42+, datasets, and evaluation frameworks.
3,853 stars. No commits in the last 6 months.
Stars
3,853
Forks
504
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 15, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/zyds/transformers-code"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/course
The Hugging Face course on Transformers
NielsRogge/Transformers-Tutorials
This repository contains demos I made with the Transformers library by HuggingFace.
azukds/tubular
Python package implementing ML feature engineering and pre-processing for polars or pandas dataframes.
rickiepark/nlp-with-transformers
<트랜스포머를 활용한 자연어 처리> 예제 코드를 위한 저장소입니다.
huggingface/audio-transformers-course
The Hugging Face Course on Transformers for Audio