finardi's Stars
mlabonne/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
wandb/edu
Educational materials on deep learning by Weights & Biases
conceptofmind/autofaiss
Automatically create Faiss knn indices with the most optimal similarity search parameters.
kingoflolz/mesh-transformer-jax
Model parallel transformers in JAX and Haiku
piresramon/gpt-4-enem
Code and data to evaluate LLMs on the ENEM, the main standardized Brazilian university admission exams.
yizhongw/self-instruct
Aligning pretrained language models with instruction data generated by themselves.
pinecone-io/examples
Jupyter Notebooks to help you get hands-on with Pinecone vector databases
openai/openai-cookbook
Examples and guides for using the OpenAI API
tianjunz/HIR
Dao-AILab/flash-attention
Fast and memory-efficient exact attention
tanelp/tiny-diffusion
A minimal PyTorch implementation of probabilistic diffusion models for 2D datasets.
rocabrera/audio-learning
bfs18/tacotron2
Tacotron 2 - PyTorch implementation with faster-than-realtime inference
finardi/tacotron2
Tacotron 2 - PyTorch implementation with faster-than-realtime inference
finardi/transformers
topcourse
oliverguhr/wav2vec2-live
A live speech recognition using Facebooks wav2vec 2.0 model.
githubharald/CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon search, prefix search, and token passing. Implemented in Python.
jamescalam/transformers
karpathy/micrograd
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
yitu-opensource/ConvBert
mattjj/autodidact
A pedagogical implementation of Autograd
finardi/Ranking
tutorials about ranking algorithms: educational purpose.
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
terrier-org/ecir2021tutorial
unicamp-dl/cross-lingual-analysis
A cost-benefit analysis of cross-lingual transfer methods.
microsoft/responsible-ai-toolbox
Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and libraries that enable a better understanding of AI systems. These interfaces and libraries empower developers and stakeholders of AI systems to develop and monitor AI more responsibly, and take better data-driven actions.
experimaestro/experimaestro-ir
IR module for experimaestro
stefan-it/turkish-bert
Turkish BERT/DistilBERT, ELECTRA and ConvBERT models
microsoft/DeBERTa
The implementation of DeBERTa
cdpierse/transformers-interpret
Model explainability that works seamlessly with 🤗 transformers. Explain your transformers model in just 2 lines of code.