ayoolaolafenwa/TrainNLP
Sample tutorials for training Natural Language Processing Models with Transformers
This project offers a step-by-step guide for training a Masked Language Model using Transformer neural networks. It takes raw text data, like movie reviews, and trains a model to predict missing words in a sentence based on context. This is useful for anyone working with natural language understanding, such as researchers or data scientists in text analytics.
No commits in the last 6 months.
Use this if you need to understand how to build and train a language model that can fill in missing words in a sentence, which is fundamental for many advanced text AI tasks.
Not ideal if you are looking for a pre-trained, ready-to-use model or a high-level API for an existing text analysis task without needing to understand the training process.
Stars
22
Forks
4
Language
Python
License
—
Category
Last pushed
Apr 25, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/ayoolaolafenwa/TrainNLP"
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.