yukyunglee/transformers-resources
huggingface transformers tutorial, code, resources
This is a collection of resources for developers working with Hugging Face Transformers. It provides simplified tutorials, practical notes, and example code to help you quickly understand and implement NLP models. You'll find guidance on tokenization, model configuration, training, and specific tasks like Named Entity Recognition, making it easier to integrate Transformer-based models into your applications.
No commits in the last 6 months.
Use this if you are a developer looking for a concise, practical guide to quickly get up to speed with Hugging Face Transformers for NLP model development.
Not ideal if you are not a developer or if you require an in-depth, academic understanding of Transformer architectures rather than practical implementation guidance.
Stars
26
Forks
4
Language
Jupyter Notebook
License
—
Category
Last pushed
Apr 07, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/yukyunglee/transformers-resources"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
azukds/tubular
Python package implementing ML feature engineering and pre-processing for polars or pandas dataframes.
huggingface/course
The Hugging Face course on Transformers
huggingface/audio-transformers-course
The Hugging Face Course on Transformers for Audio
rickiepark/nlp-with-transformers
<트랜스포머를 활용한 자연어 처리> 예제 코드를 위한 저장소입니다.
NielsRogge/Transformers-Tutorials
This repository contains demos I made with the Transformers library by HuggingFace.