Spaces:
Runtime error
Runtime error
File size: 546 Bytes
a9166b8 27b7058 3ab71ab |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# AI Text Generation
This repository contains jupyter notebooks for trying out GPT model generation as well as training GPT on a given dataset.
## GPT Model Generation
This is full of experiments that are based of aitextgen Python package.
## How to run
1. Clone the repository
2. Create a virtual environment using pipenv
3. Install the dependencies using pipenv
4. Run the jupyter notebook
## GPT Model Training
This is full of experiments that are based of aitextgen Python package. Different notebooks are used for different experiments. |