https://github.com/sreeeswaran/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.
https://github.com/sreeeswaran/text-generation-using-t5
ai artificial-intelligence artificial-neural-networks deep-learning deep-neural-networks neural-networks t5 t5-model text-generation text-generation-using-t5 text-to-text text-to-text-generation text-to-text-transfer-transformer text-to-text-transformer tranformers
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/sreeeswaran/text-generation-using-t5
- Owner: SreeEswaran
- Created: 2024-06-16T16:38:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T16:05:14.000Z (4 months ago)
- Last Synced: 2025-01-22T23:25:26.424Z (4 months ago)
- Topics: ai, artificial-intelligence, artificial-neural-networks, deep-learning, deep-neural-networks, neural-networks, t5, t5-model, text-generation, text-generation-using-t5, text-to-text, text-to-text-generation, text-to-text-transfer-transformer, text-to-text-transformer, tranformers
- Language: Jupyter Notebook
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/SreeEswaran/Text-Generation-Using-T5.git
cd Text-Generation-Using-T5
2. Install the dependencies
```bash
pip install -r requirements.txt
3. To run the model
```bash
python train.py
4. To generate the text
```bash
python generate.py