hkproj / pytorch-lora
LORA: Low-Rank Adaptation of Large Language Models implemented using PyTorch
☆98Updated last year
Alternatives and similar repositories for pytorch-lora:
Users that are interested in pytorch-lora are comparing it to the libraries listed below
- LoRA and DoRA from Scratch Implementations☆198Updated last year
- From scratch implementation of a vision language model in pure PyTorch☆200Updated 10 months ago
- Reference implementation of Mistral AI 7B v0.1 model.☆28Updated last year
- ☆131Updated 2 months ago
- LLaMA 2 implemented from scratch in PyTorch☆303Updated last year
- Notes about "Attention is all you need" video (https://www.youtube.com/watch?v=bCz4OMemCcA)☆256Updated last year
- Distributed training (multi-node) of a Transformer model☆57Updated 11 months ago
- A Simplified PyTorch Implementation of Vision Transformer (ViT)☆166Updated 9 months ago
- Notes on the Mamba and the S4 model (Mamba: Linear-Time Sequence Modeling with Selective State Spaces)☆161Updated last year
- Combining ViT and GPT-2 for image captioning. Trained on MS-COCO. The model was implemented mostly from scratch.☆41Updated last year
- Notes on quantization in neural networks☆75Updated last year
- Tutorial for how to build BERT from scratch☆90Updated 9 months ago
- Attention is all you need implementation☆826Updated 9 months ago
- A repository consisting of paper/architecture replications of classic/SOTA AI/ML papers in pytorch☆105Updated this week
- This repo implements Diffusion Transformers(DiT) in PyTorch and provides training and inference code on CelebHQ dataset☆26Updated 2 months ago
- Complete implementation of Llama2 with/without KV cache & inference 🚀☆47Updated 9 months ago
- Notes about LLaMA 2 model☆53Updated last year
- Code Transformer neural network components piece by piece☆335Updated last year
- ☆79Updated 11 months ago
- I will build Transformer from scratch☆60Updated 9 months ago
- Prune transformer layers☆68Updated 9 months ago
- Coding a Multimodal (Vision) Language Model from scratch in PyTorch with full explanation: https://www.youtube.com/watch?v=vAmKB7iPkWw☆413Updated 3 months ago
- This code repository contains the code used for my "Optimizing Memory Usage for Training LLMs and Vision Transformers in PyTorch" blog po…☆87Updated last year
- Training small GPT-2 style models using Kolmogorov-Arnold networks.☆114Updated 9 months ago
- The official implementation of the paper "What Matters in Transformers? Not All Attention is Needed".☆162Updated 3 months ago
- Training and Fine-tuning an llm in Python and PyTorch.☆41Updated last year
- Notes and commented code for RLHF (PPO)☆74Updated last year
- RAGs: Simple implementations of Retrieval Augmented Generation (RAG) Systems☆94Updated last month