luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
This project helps machine learning engineers build and deploy transformer-based models for natural language processing tasks. It takes raw text data and outputs trained models for tasks like text classification, question answering, and sentence embedding. This is for machine learning practitioners who work with text data and want to leverage advanced neural network architectures.
No commits in the last 6 months. Available on PyPI.
Use this if you are a machine learning engineer or data scientist developing solutions for text-based problems and want ready-to-use transformer models.
Not ideal if you are a business user without a machine learning background looking for a ready-made application rather than a development framework.
Stars
76
Forks
13
Language
Python
License
Apache-2.0
Category
Last pushed
Nov 23, 2021
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/luozhouyang/transformers-keras"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
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...
Vishnunkumar/doc_transformers
Document processing using transformers