chagmgang/transformer_nlp
natural language processing with pytorch based on transformer model
This project helps natural language processing (NLP) practitioners work with various language models to understand and generate text. You can feed in text data for tasks like classifying emotions, translating between languages, or generating new text. It is designed for data scientists, linguists, or AI researchers who are building applications that interact with human language.
No commits in the last 6 months.
Use this if you need pre-built, PyTorch-based Transformer models for common NLP tasks like text classification, translation, or content generation, especially with Korean and English data.
Not ideal if you need a user-friendly application with a graphical interface, as this project requires familiarity with Python and command-line execution.
Stars
7
Forks
1
Language
Jupyter Notebook
License
—
Category
Last pushed
Mar 25, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/chagmgang/transformer_nlp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
ufal/neuralmonkey
An open-source tool for sequence learning in NLP built on TensorFlow.
graykode/xlnet-Pytorch
Simple XLNet implementation with Pytorch Wrapper
uzaymacar/attention-mechanisms
Implementations for a family of attention mechanisms, suitable for all kinds of natural language...