Skip to content

An experimental project implementing GPT-2 in pure C, focusing on transparency, performance, and low-level control. Includes components such as attention mechanisms, layer normalization, and text generation, all without relying on high-level ML frameworks.

Notifications You must be signed in to change notification settings

AlexHuc/gpt2-from-scratch-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

gpt2-from-scratch-c

An experimental project implementing GPT-2 in pure C, focusing on transparency, performance, and low-level control. Includes components such as attention mechanisms, layer normalization, and text generation, all without relying on high-level ML frameworks.

About

An experimental project implementing GPT-2 in pure C, focusing on transparency, performance, and low-level control. Includes components such as attention mechanisms, layer normalization, and text generation, all without relying on high-level ML frameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published