Iro96/Carbon
Carbon is a pure C++ Transformer framework inspired by GPT, featuring SIMD-optimized tensor math, multi-head attention, feedforward layers, and BPE tokenization. It’s a fully self-contained system for training and running language models without external modules or libraries.
Stars
1
Forks
—
Language
C++
License
MIT
Category
Last pushed
Dec 24, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Iro96/Carbon"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
philipperemy/keras-attention
Keras Attention Layer (Luong and Bahdanau scores).
tatp22/linformer-pytorch
My take on a practical implementation of Linformer for Pytorch.
lucidrains/fast-weight-attention
Implementation of Fast Weight Attention
thushv89/attention_keras
Keras Layer implementation of Attention for Sequential models
ematvey/hierarchical-attention-networks
Document classification with Hierarchical Attention Networks in TensorFlow. WARNING: project is...