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
- Clone the repository
- Create a virtual environment using pipenv
- Install the dependencies using pipenv
- 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.