Home

Awesome

<h1 >llm.go</h1> <div >

Status GitHub Issues GitHub Pull Requests License

</div>

GPT-2 implementation written in go only using the standard library.

🪞 Quick start

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

TODO

🖋️ License <a name = "license"></a>

See LICENSE for more details.

🎉 Acknowledgements <a name = "acknowledgement"></a>