Skip to content

This project demonstrates the use of Transformers for text generation using the T5 model. The project includes the necessary code for training the model on a custom dataset and generating new text.

Notifications You must be signed in to change notification settings

SreeEswaran/Text-Generation-using-T5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Generation-Using-T5

This project demonstrates the use of Transformers for text generation using the T5 model. The project includes the necessary code for training the model on a custom dataset and generating new text.

Installation

  1. Clone the repository:
    git clone https://github.com/SreeEswaran/Text-Generation-Using-T5.git
    cd Text-Generation-Using-T5
  2. Install the dependencies
    pip install -r requirements.txt
  3. To run the model
    python train.py
  4. To generate the text
    python generate.py

About

This project demonstrates the use of Transformers for text generation using the T5 model. The project includes the necessary code for training the model on a custom dataset and generating new text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published