Skip to content
/ jab Public

A collection of foundational Deep Learning models implemented in JAX

License

Notifications You must be signed in to change notification settings

RPegoud/jab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAB (JAX Lab)

image

Welcome to the JAX Lab (JAB for short)! This repository contains implementations of foundational Deep Learning architectures in JAX.

🚀 Stack:
Python Python JAX JAX Haiku Haiku Flax Flax Optax Optax

🌟 Key Features

Progress

  • Transformer Encoder

In progress

  • Transformer

💾 Installation

To install and set up the project, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/RPegoud/jab.git
  2. Navigate to the project directory:

    cd jab
  3. Install Poetry (if not already installed):

    python -m pip install poetry
  4. Install project dependencies using Poetry:

    poetry install
  5. Activate the virtual environment created by Poetry:

    poetry shell

About

A collection of foundational Deep Learning models implemented in JAX

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published