alaneckhardt's Stars
pytorch-labs/gpt-fast
Simple and efficient pytorch-native transformer text generation in <1000 LOC of python.
ollama/ollama
Get up and running with Llama 3.2, Mistral, Gemma 2, and other large language models.
nomic-ai/gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
Liuhong99/Sophia
The official implementation of “Sophia: A Scalable Stochastic Second-order Optimizer for Language Model Pre-training”
CarperAI/OpenELM
Evolution Through Large Models
hplt-project/OpusCleaner
OpusCleaner is a web interface that helps you select, clean and schedule your data for training machine translation models.
Sygil-Dev/stable-diffusion
microsoft/unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
awslabs/sockeye
Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch
nebuly-ai/optimate
A collection of libraries to optimise AI model performances
bytedance/lightseq
LightSeq: A High Performance Library for Sequence Processing and Generation
jalammar/ecco
Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter notebooks explaining the behavior of Transformer-based language models (like GPT2, BERT, RoBERTA, T5, and T0).
dzld00/pytorch-manifold-matching
[ICCV 2021] A Pytorch implementation of "Manifold Matching via Deep Metric Learning for Generative Modeling"
NVlabs/stylegan3
Official PyTorch implementation of StyleGAN3
ELS-RD/transformer-deploy
Efficient, scalable and enterprise-grade CPU/GPU inference server for 🤗 Hugging Face transformer models 🚀
ales-t/rjp
Rapid JSON-lines processor
huggingface/nn_pruning
Prune a model while finetuning or training.
PeterWang512/GANSketching
Sketch Your Own GAN: Customizing a GAN model with hand-drawn sketches.
lucidrains/charformer-pytorch
Implementation of the GBST block from the Charformer paper, in Pytorch
AlaaLab/deep-learning-uncertainty
Literature survey, paper reviews, experimental setups and a collection of implementations for baselines methods for predictive uncertainty estimation in deep learning models.
triton-lang/triton
Development repository for the Triton language and compiler
truera/trulens
Evaluation and Tracking for LLM Experiments
neulab/awesome-align
A neural word aligner based on multilingual BERT
facebookresearch/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
microsoft/Swin-Transformer
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
huggingface/pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
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.
AlenUbuntu/SetConv
SetConv: A New Approach for Learning from Imbalanced Data (EMNLP 2020)
Lightning-Universe/lightning-bolts
Toolbox of models, callbacks, and datasets for AI/ML researchers.
facebookresearch/detr
End-to-End Object Detection with Transformers