All 30 Transformer feed-forward network (FFN / SwiGLU) layers have been converted into
orthogonal Chebyshev polynomial tensor operators
using
Zero-Backpropagation closed-form algebraic solving
on an idempotent manifold (^2 = P$).
Official Patent:
Protected under
USPTO Application No. 64/149,540
(
Hardware-Accelerated Orthogonal Polynomial Tensor Operators, Zero-Backpropagation Closed-Form Algebraic Solvers, and In-Situ Weight Surgery for Deep Neural Networks and Transformers
).
The feed-forward mapping is computed via tensor contraction:
\text{PolyFFN}(x) = \sum_{k=0}^K C_k \cdot T_k(\tilde{x}) + b
The coefficient tensor $ is solved analytically via regularized normal equations:
C^* = (\Phi(X)^T \Phi(X) + \lambda I)^{-1} \Phi(X)^T Y
and projected onto the idempotent subspace $\Pi = V_r V_r^T$ where $\Pi^2 = \Pi$.
💻 Quickstart & Inference
`python
import torch
from transformers import AutoTokenizer, AutoModelForCausalLM
Load model and tokenizer
model_id = 'aecetin/SmolLM2-135M-PolyFFN'
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.float32)
prompt = 'The capital of France is'
inputs = tokenizer(prompt, return_tensors='pt')
with torch.no_grad():
outputs = model.generate(**inputs, max_new_tokens=30, do_sample=False)
This work and its underlying mathematical architectures are protected under United States Patent Law:
ibtex @patent{cetin2026orthogonalpoly, title={Hardware-Accelerated Orthogonal Polynomial Tensor Operators, Zero-Backpropagation Closed-Form Algebraic Solvers, and In-Situ Weight Surgery for Deep Neural Networks and Transformers}, author={Dr. Ahmet Emre {\c{C}}etin}, year={2026}, month={September}, note={U.S. Provisional Patent Application No. 64/149,540, Filed at USPTO} }
Runs of aecetin SmolLM2-135M-PolyFFN on huggingface.co
665
Total runs
1
24-hour runs
10
3-day runs
30
7-day runs
661
30-day runs
More Information About SmolLM2-135M-PolyFFN huggingface.co Model
SmolLM2-135M-PolyFFN huggingface.co is an AI model on huggingface.co that provides SmolLM2-135M-PolyFFN's model effect (), which can be used instantly with this aecetin SmolLM2-135M-PolyFFN model. huggingface.co supports a free trial of the SmolLM2-135M-PolyFFN model, and also provides paid use of the SmolLM2-135M-PolyFFN. Support call SmolLM2-135M-PolyFFN model through api, including Node.js, Python, http.
SmolLM2-135M-PolyFFN huggingface.co is an online trial and call api platform, which integrates SmolLM2-135M-PolyFFN's modeling effects, including api services, and provides a free online trial of SmolLM2-135M-PolyFFN, you can try SmolLM2-135M-PolyFFN online for free by clicking the link below.
aecetin SmolLM2-135M-PolyFFN online free url in huggingface.co:
SmolLM2-135M-PolyFFN is an open source model from GitHub that offers a free installation service, and any user can find SmolLM2-135M-PolyFFN on GitHub to install. At the same time, huggingface.co provides the effect of SmolLM2-135M-PolyFFN install, users can directly use SmolLM2-135M-PolyFFN installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
SmolLM2-135M-PolyFFN install url in huggingface.co: