πŸš€ Eblan 2.0 Flash Lite (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.


πŸ—οΈ Architecture (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.

Forward Pass Formulation:

y=Wβ‹…(x2+x)β‹…vocab_sizey = W \cdot (x^2 + x) \cdot \text{vocab\_size}

Where:

  • x = current_id / vocab_size β€” normalized input token index.
  • W β€” trained scalar weight (eblan-2.0-flash-lite.npy).
  • Logits formula for distance-based logit calculation prior to Softmax sampling:

Logitsi=βˆ’βˆ£iβˆ’yβˆ£Ο„\text{Logits}_i = -\frac{|i - y|}{\tau}


πŸ“œ License

This project is licensed under the MIT License.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Collection including RaspizdAI/eblan-2.0-flash-lite

Evaluation results