My implementation of the original transformer model (Vaswani et al.). I've additionally included the playground.py file for visualizing otherwise seemingly hard concepts. Currently included IWSLT pretrained models.
☆1,105Dec 27, 2020Updated 5 years ago
Alternatives and similar repositories for pytorch-original-transformer
Users that are interested in pytorch-original-transformer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆13Aug 13, 2020Updated 5 years ago
- My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Co…☆2,672Nov 17, 2022Updated 3 years ago
- Create naive (no temporal loss) NST for videos with person segmentation. Just place your videos in data/, run and you get your stylized a…☆83Dec 4, 2020Updated 5 years ago
- My implementation of various GAN (generative adversarial networks) architectures like vanilla GAN (Goodfellow et al.), cGAN (Mirza et al.…☆389Dec 7, 2020Updated 5 years ago
- PyTorch tutorials and best practices.☆1,712Mar 24, 2025Updated last year
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- Reconstruction of the fast neural style transfer (Johnson et al.). Some portions of the paper have been improved by the follow-up work li…☆129Dec 4, 2020Updated 5 years ago
- Playing around with stable diffusion. Generated images are reproducible because I save the metadata and latent information. You can gener…☆204Sep 14, 2022Updated 3 years ago
- ☆19Oct 10, 2020Updated 5 years ago
- A collection of various RL algorithms like policy gradients, DQN and PPO. The goal of this repo will be to make it a go-to resource for l…☆164May 9, 2021Updated 5 years ago
- This repository contains demos I made with the Transformers library by HuggingFace.☆11,635Apr 20, 2026Updated last month
- The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights --…☆36,868Jun 3, 2026Updated last week
- All about the fundamental blocks of TF and JAX!☆280Dec 4, 2021Updated 4 years ago
- A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training☆24,509Aug 15, 2024Updated last year
- Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter notebooks explaining the…☆2,102Aug 15, 2024Updated last year
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- PyTorch implementation of DeepDream algorithm (Mordvintsev et al.). Additionally I've included playground.py to help you better understan…☆403Sep 17, 2023Updated 2 years ago
- Facebook AI Research Sequence-to-Sequence Toolkit written in Python.☆32,226Sep 30, 2025Updated 8 months ago
- An easy-to-use Python module that helps you to extract the BERT embeddings for a large text dataset (Bengali/English) efficiently.☆36May 18, 2023Updated 3 years ago
- 🧠 A study guide to learn about Transformers☆1,636Jun 3, 2023Updated 3 years ago
- Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Py…☆25,297May 29, 2026Updated last week
- NYU Deep Learning Spring 2020☆6,804Jun 16, 2025Updated 11 months ago
- Simple transformer implementation from scratch in pytorch. (archival, latest version on codeberg)☆1,098Mar 20, 2025Updated last year
- Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7 data domains☆1,725Oct 8, 2023Updated 2 years ago
- The purpose of this repo is to make it easy to get started with JAX, Flax, and Haiku. It contains my "Machine Learning with JAX" series o…☆784Nov 29, 2023Updated 2 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Pretrain, finetune ANY AI model of ANY size on 1 or 10,000+ GPUs with zero code changes.☆31,178Updated this week
- A framework for detecting, highlighting and correcting grammatical errors on natural language text. Created by Prithiviraj Damodaran. Ope…