aryashah2k/NLP-Data-Augmentation
Implementing 5 Different Approaches To Augmenting Data For Natural Language Processing Tasks.
This helps machine learning engineers and data scientists expand their text datasets when they don't have enough data to train a robust natural language processing model. You input your existing text data, and it outputs new, varied text examples that are still relevant to your original dataset, making your models more accurate and reliable. This is for anyone building or improving NLP models.
No commits in the last 6 months.
Use this if you have a limited amount of text data and need to generate more diverse training examples to improve the performance of your NLP models.
Not ideal if you already have a very large, diverse text dataset, or if your primary goal is to label data rather than augment it.
Stars
10
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Oct 25, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/aryashah2k/NLP-Data-Augmentation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dsfsi/textaugment
TextAugment: Text Augmentation Library
425776024/nlpcda
一键中文数据增强包 ; NLP数据增强、bert数据增强、EDA:pip install nlpcda
searchableai/KitanaQA
KitanaQA: Adversarial training and data augmentation for neural question-answering models
SanghunYun/UDA_pytorch
UDA(Unsupervised Data Augmentation) implemented by pytorch
google-research/uda
Unsupervised Data Augmentation (UDA)