GPT-2 implementation written in go only using the standard library.
Install python dependencies, output tokenized dataset
make setup
Run the training script:
make train
This will run go run ./cmd/traingpt2/main.go
Run the testing script:
make test
This will run go run ./cmd/testgpt2/main.go
See LICENSE for more details.
18 commits
3 commits
Jupyter Notebook
61.0%
Go
22.5%
Python
12.2%
JavaScript
4.3%
GPT-2 implementation written in go only using the standard library.
Install python dependencies, output tokenized dataset
make setup
Run the training script:
make train
This will run go run ./cmd/traingpt2/main.go
Run the testing script:
make test
This will run go run ./cmd/testgpt2/main.go
See LICENSE for more details.
18 commits
3 commits
Jupyter Notebook
61.0%
Go
22.5%
Python
12.2%
JavaScript
4.3%