Eblan models
Collection
2 items • Updated
EblanForCausalLM)
Eblan 2.0 Flash Lite is a next-generation lightweight language model built on the custom EblanForCausalLM architecture.
By leveraging an innovative O(1) polynomial recurrent state kernel, the model delivers ultra-fast inference with virtually zero memory overhead, running natively via NumPy and Tiktoken.
EblanForCausalLM)
Unlike traditional Transformer-based models that rely on heavy Attention blocks (Q, K, V), EblanForCausalLM utilizes a single scalar weight vector W (in R¹) with a direct scalar projection layer.
Where:
current_id / vocab_size — normalized input token index.eblan-2.0-flash-lite.npy).
This project is licensed under the MIT License.