attention-mechanism
104 个项目 · ⭐ 223.3kImplement a ChatGPT-like LLM in PyTorch from scratch, step by step
RWKV (pronounced RwaKuv) is an RNN with great LLM performance, which can also be directly trained like a GPT transformer (parallelizable). We are at RWKV-7 "Goose". So it's combining the best of RNN and transformer - great performance, linear time, constant space (no kv-cache), fast training, infinite ctx_len, and free sentence embedding.
Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch
RuVector is a High Performance, Real-Time, Self-Learning Ai, Vector GNN, Memory DB built in Rust.
Multilingual Automatic Speech Recognition with word-level timestamps and confidence
Keras Attention Layer (Luong and Bahdanau scores).
Build a modern LLM from scratch. Every line commented. Explained like we are five.
My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy histograms. I've supported both Cora (transductive) and PPI (inductive) examples!
Reformer, the efficient Transformer, in Pytorch
Implementation of various self-attention mechanisms focused on computer vision. Ongoing repository.
Implementation of CoCa, Contrastive Captioners are Image-Text Foundation Models, in Pytorch
An implementation of Performer, a linear attention-based transformer, in Pytorch
A Deep Learning library for EEG Tasks (Signals) Classification, based on TensorFlow.
共 104 条 · 第 1 / 6 页