Show HN: NanoEuler – GPT-2 scale model in pure C/CUDA from scratch
A developer released NanoEuler, a GPT-2-scale language model built entirely from scratch in C/CUDA without any machine learning libraries. The project includes a hand-written byte-level BPE tokenizer, pretraining on book…