TianHongZXY/T5-pytorch-lightning
A simple framework to pre-train and fine-tune T5 model with pytorch-lightning and transformers
This framework helps AI/ML researchers and practitioners train or adapt T5 (Text-to-Text Transfer Transformer) models for various natural language processing tasks. It takes your raw text data or pre-existing datasets and produces a customized T5 model ready for applications like summarization, translation, or question answering. This is designed for individuals working on developing or deploying advanced language AI.
No commits in the last 6 months.
Use this if you need to efficiently pre-train a T5 model from scratch or fine-tune an existing T5 variant with your specific dataset using PyTorch Lightning and Hugging Face Transformers.
Not ideal if you are looking for a pre-built, ready-to-use T5 model without any custom training or fine-tuning, or if you prefer a different deep learning framework.
Stars
8
Forks
—
Language
Python
License
—
Category
Last pushed
Apr 13, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/TianHongZXY/T5-pytorch-lightning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Shivanandroy/simpleT5
simpleT5 is built on top of PyTorch-lightning⚡️ and Transformers🤗 that lets you quickly train...
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...