xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
This toolkit provides implementations of various natural language processing (NLP) models, particularly those based on transformer architectures. It allows researchers and practitioners to input text data and perform tasks like text classification, question answering, and text generation. It's intended for those working on advanced NLP projects, such as machine learning engineers or AI researchers.
No commits in the last 6 months. Available on PyPI.
Use this if you are a developer or researcher looking to experiment with, implement, or deploy various transformer-based NLP models for tasks like text classification, question answering, or text generation.
Not ideal if you need a high-level API for general NLP tasks or are not comfortable working with model configurations and training scripts.
Stars
96
Forks
18
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 23, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/xv44586/toolkit4nlp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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...
budzianowski/PyTorch-Beam-Search-Decoding
PyTorch implementation of beam search decoding for seq2seq models