Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
This is a collection of practical demonstrations for various Natural Language Processing (NLP) tasks. It shows how to build systems for classifying text, generating summaries from longer documents, creating simple chatbots for dialogue translation, and even generating text with GPT. The examples provide the data and models, and an NLP practitioner or researcher would use these to understand and experiment with different NLP techniques.
295 stars.
Use this if you are an NLP practitioner or researcher looking for hands-on PyTorch implementations of common NLP algorithms to learn from or adapt.
Not ideal if you need a production-ready, highly optimized, or extensively tested NLP library for immediate deployment.
Stars
295
Forks
55
Language
Python
License
—
Category
Last pushed
Mar 17, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Ricardokevins/Kevinpro-NLP-demo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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》中文翻译
huggingface/naacl_transfer_learning_tutorial
Repository of code for the tutorial on Transfer Learning in NLP held at NAACL 2019 in...