Shivanandroy/simpleT5
simpleT5 is built on top of PyTorch-lightning⚡️ and Transformers🤗 that lets you quickly train your T5 models.
This project helps developers quickly set up and fine-tune T5 (Text-to-Text Transfer Transformer) models for various natural language processing tasks. You provide a dataset of 'source_text' and 'target_text' (e.g., questions and answers, long text and summary), and it outputs a trained T5 model ready for use. It's intended for machine learning engineers and data scientists who work with text data and need to build custom NLP solutions efficiently.
400 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a machine learning engineer or data scientist looking to rapidly train or fine-tune T5-based models for tasks like text summarization, question answering, or translation with minimal coding overhead.
Not ideal if you are looking for an out-of-the-box solution that doesn't require any coding or understanding of machine learning models.
Stars
400
Forks
60
Language
Python
License
MIT
Category
Last pushed
May 19, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/Shivanandroy/simpleT5"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related models
chanind/frame-semantic-transformer
Frame Semantic Parser based on T5 and FrameNet
Shivanandroy/KeyPhraseTransformer
KeyPhraseTransformer lets you quickly extract key phrases, topics, themes from your text data ...
osainz59/t5-encoder
A extension of Transformers library to include T5ForSequenceClassification class.
conceptofmind/t5-pytorch
Implementation of Exploring the Limits of Transfer Learning with a Unified Text-to-Text...
0x7o/text2keywords
Trained T5 and T5-large model for creating keywords from text