RUSTGPT
// An transformer based LLM. Written completely in Rust
RustGPT
An transformer based LLM. Written completely in Rust
13EmergingUnknown
What it does
https://github.com/user-attachments/assets/ec4a4100-b03a-4b3c-a7d6-806ea54ed4ed A complete Large Language Model implementation in pure Rust with no external ML frameworks. Built from the ground up using only for matrix operations. This project demonstrates how to build a transformer-based language model from scratch in Rust, including: - Pre-training on factual text completion - Instruction
Getting Started
git
git clone https://github.com/tekaratzas/RustGPT