epwalsh/nlp-models
NLP research experiments, built on PyTorch within the AllenNLP framework.
This project offers a robust framework for Natural Language Processing (NLP) researchers and machine learning engineers to conduct and reproduce experiments. It provides pre-implemented models like CopyNet and access to datasets such as NL2Bash and WMT 2015. Users can train and evaluate custom or provided NLP models by defining their experiment configurations and running simple commands.
No commits in the last 6 months.
Use this if you are an NLP researcher or machine learning engineer looking for a well-structured and reproducible environment to develop and test new models or extend existing ones within the AllenNLP framework.
Not ideal if you are an end-user seeking a ready-to-use NLP application without needing to engage in model development or experimental setup.
Stars
91
Forks
9
Language
Python
License
MIT
Category
Last pushed
Mar 20, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/epwalsh/nlp-models"
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实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译
allenai/allennlp-models
Officially supported AllenNLP models