youngerous/pytorch-lightning-nlp-template
Lightning template for easy prototyping⚡️
This is a tool for machine learning engineers and researchers working with natural language processing (NLP). It provides a pre-configured setup to quickly develop and test new NLP model ideas, specifically for text classification tasks. You input your text data and model architecture choices, and it outputs trained models and performance metrics, leveraging BERT for classification examples.
No commits in the last 6 months.
Use this if you are an ML researcher or engineer looking for a ready-to-use template to rapidly prototype and experiment with NLP models, especially for text classification.
Not ideal if you are not familiar with deep learning frameworks like PyTorch and need a solution that doesn't require coding.
Stars
13
Forks
2
Language
Python
License
MIT
Category
Last pushed
Oct 31, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/youngerous/pytorch-lightning-nlp-template"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
allenai/allennlp-models
Officially supported AllenNLP models
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译