Spaces:
Runtime error
Runtime error
# 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. |