NielsRogge/Transformers-Tutorials
This repository contains demos I made with the Transformers library by HuggingFace.
Covers multimodal and vision tasks (audio classification, object detection, semantic segmentation, depth estimation) alongside NLP applications through PyTorch-based tutorials. Demonstrates architecture-specific techniques like fine-tuning `BertForTokenClassification` for NER, zero-shot `CLIPSeg` inference, and DETR variants for detection and panoptic segmentation. Integrates HuggingFace ecosystem components including Transformers, Tokenizers, Datasets, and Accelerate with Colab notebooks for reproducible experimentation.
11,519 stars. Actively maintained with 5 commits in the last 30 days.
Stars
11,519
Forks
1,715
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Mar 09, 2026
Commits (30d)
5
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/NielsRogge/Transformers-Tutorials"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related models
huggingface/course
The Hugging Face course on Transformers
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
OscarKjell/text
Using Transformers from HuggingFace in R