metadata
license: mit
datasets:
- tiny_shakespeare
language:
- en
Getting Started
Clone this repository and cd
into it.
Make sure you have python3:
python3 --version
Start a virtual environment:
python3 -m venv .venv
Activate your virtual environment:
source .venv/bin/activate
Install torch according to these instructions.
Then run:
python3 main.py
Then:
python3 predict.py