The-Swarm-Corporation/Hyena-Y
A PyTorch implementation of the Hyena-Y model, a convolution-based multi-hybrid architecture optimized for edge devices.
This project helps machine learning engineers and researchers deploy large language models more efficiently on devices like smartphones and laptops. It provides a PyTorch implementation of the Hyena-Y model, which takes text data as input and generates new text, similar to how large language models work. This is for users who need to run advanced AI text generation directly on consumer hardware with faster performance and lower memory usage.
No commits in the last 6 months.
Use this if you are a machine learning engineer building language models for edge devices and need to optimize for speed and memory without significantly sacrificing quality.
Not ideal if you are looking for a pre-trained, production-ready language model for cloud deployment or general-purpose text tasks without specific edge device constraints.
Stars
11
Forks
6
Language
Python
License
MIT
Category
Last pushed
Oct 06, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/The-Swarm-Corporation/Hyena-Y"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lucidrains/x-transformers
A concise but complete full-attention transformer with a set of promising experimental features...
kanishkamisra/minicons
Utility for behavioral and representational analyses of Language Models
lucidrains/simple-hierarchical-transformer
Experiments around a simple idea for inducing multiple hierarchical predictive model within a GPT
lucidrains/dreamer4
Implementation of Danijar's latest iteration for his Dreamer line of work
Nicolepcx/Transformers-in-Action
This is the corresponding code for the book Transformers in Action