12,756 skills found · Page 1 of 426
RVC-Boss / GPT SoVITS1 min voice data can also be used to train a good TTS model! (few shot voice cloning)
facebookresearch / Segment AnythingThe 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.
jingyaogong / Minimind🚀🚀 「大模型」2小时完全从0训练64M的小参数GPT!🌏 Train a 64M-parameter GPT from scratch in just 2h!
google-research / BertTensorFlow code and pre-trained models for BERT
huggingface / Pytorch Image ModelsThe 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
RVC-Project / Retrieval Based Voice Conversion WebUIEasily train a good VC model with voice data <= 10 mins!
tatsu-lab / Stanford AlpacaCode and documentation to train Stanford's Alpaca models, and generate the data.
AI4Finance-Foundation / FinGPTFinGPT: Open-Source Financial Large Language Models! Revolutionize 🔥 We release the trained model on HuggingFace.
facebookresearch / Sam2The repository provides code for running inference with the Meta Segment Anything Model 2 (SAM 2), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
huggingface / TrlTrain transformer language models with reinforcement learning.
microsoft / Agent LightningThe absolute trainer to light up AI agents.
mindverse / Second MeTrain your AI self, amplify you, bridge the world
neonbjb / Tortoise TtsA multi-voice TTS system trained with an emphasis on quality
NVIDIA / DeepLearningExamplesState-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
BlinkDL / RWKV LMRWKV (pronounced RwaKuv) is an RNN with great LLM performance, which can also be directly trained like a GPT transformer (parallelizable). We are at RWKV-7 "Goose". So it's combining the best of RNN and transformer - great performance, linear time, constant space (no kv-cache), fast training, infinite ctx_len, and free sentence embedding.
WongKinYiu / Yolov7Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
trycua / CuaOpen-source infrastructure for Computer-Use Agents. Sandboxes, SDKs, and benchmarks to train and evaluate AI agents that can control full desktops (macOS, Linux, Windows).
PaddlePaddle / PaddleFormersPaddleFormers is an easy-to-use library of pre-trained large language model zoo based on PaddlePaddle.
soumith / Ganhacksstarter from "How to Train a GAN?" at NIPS2016
karpathy / ConvnetjsDeep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.