Adel-Moumen / fast_sligruLinks
☆12Updated last year
Alternatives and similar repositories for fast_sligru
Users that are interested in fast_sligru are comparing it to the libraries listed below
Sorting:
- an implementation of FAdam (Fisher Adam) in PyTorch☆43Updated last year
- Exploration into the proposed "Self Reasoning Tokens" by Felipe Bonetto☆56Updated last year
- An implementation of the Llama architecture, to instruct and delight☆21Updated last week
- Implementation of a Light Recurrent Unit in Pytorch☆47Updated 8 months ago
- ☆19Updated 3 weeks ago
- Explorations into adversarial losses on top of autoregressive loss for language modeling☆36Updated 3 months ago
- research impl of Native Sparse Attention (2502.11089)☆54Updated 3 months ago
- Just some miscellaneous utility functions / decorators / modules related to Pytorch and Accelerate to help speed up implementation of new…☆121Updated 10 months ago
- Exploring an idea where one forgets about efficiency and carries out attention across each edge of the nodes (tokens)☆51Updated 2 months ago
- Tiled Flash Linear Attention library for fast and efficient mLSTM Kernels.☆56Updated 2 weeks ago
- Framework for writing deep learning training loops. Lightweight, and retaining full freedom to design as you see fits. It handles checkpo…☆112Updated last year
- ☆29Updated last month
- Code repository for the paper "MrT5: Dynamic Token Merging for Efficient Byte-level Language Models."☆41Updated last month
- Training and evaluation code for the paper "Headless Language Models: Learning without Predicting with Contrastive Weight Tying" (https:/…☆27Updated last year
- Utilities for PyTorch distributed☆24Updated 3 months ago
- Experimental playground for benchmarking language model (LM) architectures, layers, and tricks on smaller datasets. Designed for flexible…☆36Updated last week
- ☆47Updated last year
- ☆34Updated 8 months ago
- ☆32Updated last year
- ☆21Updated 6 months ago
- Implementation of GateLoop Transformer in Pytorch and Jax☆90Updated 11 months ago
- JAX Scalify: end-to-end scaled arithmetics☆16Updated 7 months ago
- Mobile Viewer for W&B, built on top of Flutter.☆34Updated last year
- A byte-level decoder architecture that matches the performance of tokenized Transformers.☆63Updated last year
- Why Do We Need Weight Decay in Modern Deep Learning? [NeurIPS 2024]☆66Updated 8 months ago
- Implementation of the proposed Adam-atan2 from Google Deepmind in Pytorch☆106Updated 6 months ago
- This is the official repo for Gradient Agreement Filtering (GAF).☆24Updated 4 months ago
- BitLinear implementation☆29Updated 5 months ago
- PyTorch interface for TrueGrad Optimizers☆42Updated last year
- Attempt to make multiple residual streams from Bytedance's Hyper-Connections paper accessible to the public