scorcher / README.md
seankross's picture
Update README.md
f533fae
---
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](https://pytorch.org/get-started/locally/).
Then run:
```
python3 main.py
```
Then:
```
python3 predict.py
```