Alejandro Dubrovsky (alito)

alito

Geek Repo

Location:Melbourne

Github PK Tool:Github PK Tool

Alejandro Dubrovsky's starred repositories

whisper

Robust Speech Recognition via Large-Scale Weak Supervision

Language:PythonLicense:MITStargazers:65102Issues:543Issues:0

segment-anything

The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:45760Issues:303Issues:658

taichi

Productive, portable, and performant GPU programming in Python.

Language:C++License:Apache-2.0Stargazers:25147Issues:389Issues:2644

audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.

Language:PythonLicense:MITStargazers:20297Issues:197Issues:367

unilm

Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities

Language:PythonLicense:MITStargazers:19248Issues:297Issues:1339

latent-diffusion

High-Resolution Image Synthesis with Latent Diffusion Models

Language:Jupyter NotebookLicense:MITStargazers:11191Issues:96Issues:337

ml-engineering

Machine Learning Engineering Open Book

Language:PythonLicense:CC-BY-SA-4.0Stargazers:10299Issues:107Issues:18

qlora

QLoRA: Efficient Finetuning of Quantized LLMs

Language:Jupyter NotebookLicense:MITStargazers:9746Issues:84Issues:247

FlexGen

Running large language models on a single GPU for throughput-oriented scenarios.

Language:PythonLicense:Apache-2.0Stargazers:9091Issues:109Issues:81
Language:PythonLicense:Apache-2.0Stargazers:9016Issues:121Issues:98

metaseq

Repo for external large-scale work

Language:PythonLicense:MITStargazers:6440Issues:111Issues:292

bitsandbytes

Accessible large language models via k-bit quantization for PyTorch.

Language:PythonLicense:MITStargazers:5756Issues:48Issues:968

kaitai_struct

Kaitai Struct: declarative language to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Nim / Perl / PHP / Python / Ruby

timesfm

TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.

Language:PythonLicense:Apache-2.0Stargazers:3260Issues:29Issues:69
Language:Jupyter NotebookLicense:MITStargazers:2867Issues:53Issues:157

Eureka

Official Repository for "Eureka: Human-Level Reward Design via Coding Large Language Models" (ICLR 2024)

Language:Jupyter NotebookLicense:MITStargazers:2751Issues:25Issues:34

LongLoRA

Code and documents of LongLoRA and LongAlpaca (ICLR 2024 Oral)

Language:PythonLicense:Apache-2.0Stargazers:2562Issues:12Issues:169

diplomacy_cicero

Code for Cicero, an AI agent that plays the game of Diplomacy with open-domain natural language negotiation.

Language:PythonLicense:NOASSERTIONStargazers:1265Issues:24Issues:20

iTransformer

Official implementation for "iTransformer: Inverted Transformers Are Effective for Time Series Forecasting" (ICLR 2024 Spotlight), https://openreview.net/forum?id=JePfAI8fah

Language:PythonLicense:MITStargazers:996Issues:9Issues:93

mujoco_mpc

Real-time behaviour synthesis with MuJoCo, using Predictive Control

Language:C++License:Apache-2.0Stargazers:910Issues:25Issues:88

Text2LIVE

Official Pytorch Implementation for "Text2LIVE: Text-Driven Layered Image and Video Editing" (ECCV 2022 Oral)

Language:PythonLicense:MITStargazers:874Issues:28Issues:21

iris

Transformers are Sample-Efficient World Models. ICLR 2023, notable top 5%.

Language:PythonLicense:GPL-3.0Stargazers:782Issues:22Issues:22

DeepDPM

"DeepDPM: Deep Clustering With An Unknown Number of Clusters" [Ronen, Finder, and Freifeld, CVPR 2022]

Language:PythonLicense:MITStargazers:747Issues:9Issues:60

rl_with_resets

JAX implementation of deep RL agents with resets from the paper "The Primacy Bias in Deep Reinforcement Learning"

Language:PythonLicense:MITStargazers:96Issues:3Issues:0

director

Deep Hierarchical Planning from Pixels

METRA

METRA: Scalable Unsupervised RL with Metric-Aware Abstraction (ICLR 2024)

Language:PythonLicense:MITStargazers:46Issues:2Issues:5

omni

OMNI: Open-endedness via Models of human Notions of Interestingness

Language:PythonLicense:MITStargazers:34Issues:2Issues:0

lattice

[NeurIPS 2023] Latent Exploration for Reinforcement Learning

Language:PythonLicense:MITStargazers:24Issues:2Issues:2
Language:Jupyter NotebookLicense:NOASSERTIONStargazers:22Issues:5Issues:1

PPO

Example implemention of the Proximal Policy Optimization algorithm