AI Tools.

Search

Sourced from HuggingFace · new-model ingestion paused

Open-source AI models,
compared at a glance.

240 models with a public page · 12 pipelines · 1,221,013,552 total downloads tracked. Use cases, pros, cons, and related models for each. Which entries get a page

Browse by pipeline

12 pipelines with 5 or more published models

Top by downloads

Most popular models across all pipelines

all-MiniLM-L6-v2

sentence-similarity

by sentence-transformers

Distilled BERT model that encodes sentences into 384-dimensional vectors for measuring semantic similarity. Trained on over a billion sentence pairs spanning scientific papers, web QA, NLI datasets, and community forums. At 22M parameters and 6 transformer layers, it is fast enough for CPU inference while remaining competitive on standard sentence similarity benchmarks.

246,135,287 5,463

ms-marco-MiniLM-L6-v2

text-ranking

by cross-encoder

Cross-encoder reranker trained on the MS MARCO passage retrieval dataset, designed to score query-document pairs jointly rather than encoding them independently. Distilled from a 12-layer cross-encoder into 6 layers to reduce latency while retaining re-ranking accuracy. Used as a second-stage ranker on top of fast first-stage retrieval (BM25 or bi-encoder).

83,934,980 311

bert-base-uncased

fill-mask

by google-bert

Google's original BERT base model in uncased form, pre-trained on BookCorpus and English Wikipedia via masked language modeling. Tokens are lowercased before processing, making it insensitive to capitalization. It remains a standard fine-tuning base for classification, NER, and extractive QA, though newer encoders outperform it on most benchmarks.

58,556,227 2,910

by google

ELECTRA base discriminator from Google, pre-trained using replaced token detection rather than masked language modeling. A small generator produces candidate replacements; this model learns to identify which tokens were swapped — a task that uses every token for training signal, making pre-training more efficient than BERT per compute dollar. Intended as a fine-tuning base for classification and token-level tasks.

56,993,793 158

by sentence-transformers

Multilingual sentence embedding model covering 50+ languages, built on a 12-layer distilled MiniLM architecture. Produces 384-dimensional vectors designed for semantic similarity and paraphrase detection across language boundaries. Trained on multilingual paraphrase data to align semantically equivalent sentences even when expressed in different languages.

45,263,676 1,364

bge-m3

sentence-similarity

by BAAI

BAAI's BGE-M3 embedding model supporting over 100 languages with a unified architecture capable of dense, sparse (lexical), and late-interaction (ColBERT-style) retrieval modes from a single checkpoint. Built on XLM-RoBERTa with large-scale multilingual training, it targets multi-lingual and cross-lingual retrieval where a single model must handle diverse language inputs.

36,725,443 3,466

all-mpnet-base-v2

sentence-similarity

by sentence-transformers

Sentence embedding model based on the MPNet architecture, producing 768-dimensional vectors. Trained on over a billion sentence pairs from MS MARCO, NLI datasets, and community QA forums, it is frequently used when accuracy matters more than inference speed among English embedding models. The MPNet backbone enables masked and permuted prediction during pre-training for stronger representations.

23,780,509 1,350

t5-small

translation

by google-t5

T5-small is the 60M-parameter variant of Google's Text-to-Text Transfer Transformer, casting all NLP tasks as seq2seq problems. It was influential in establishing the unified text-to-text training paradigm but is outdated for production use.

22,647,932 597

Qwen3-0.6B

text-generation

by Qwen

Qwen3-0.6B is the 0.6-billion-parameter instruction-tuned model from Alibaba Cloud's Qwen3 series, fine-tuned from the Qwen3-0.6B-Base for conversational and task-following use. It targets deployment in environments where even a 1B model is too large — edge hardware, mobile devices, or ultra-low-latency services. Apache 2.0 licensed.

21,444,854 1,571

xlm-roberta-base

fill-mask

by FacebookAI

XLM-RoBERTa base from Facebook AI, pre-trained on 2.5TB of filtered CommonCrawl text across 100 languages using the RoBERTa training procedure. Enables cross-lingual transfer — models fine-tuned on labeled English data can infer on other languages without parallel annotations. The standard starting point for multilingual classification and token-level tasks.

21,062,407 893

clip-vit-base-patch32

zero-shot-image-classification

by openai

OpenAI's CLIP model using a ViT-B/32 image encoder, the smaller of the two widely deployed CLIP variants. Trained contrastively on 400 million image-text pairs, it aligns image and text representations in a shared embedding space for zero-shot classification and retrieval. The B/32 variant sacrifices accuracy versus ViT-L/14 for faster inference.

19,936,700 1,137

bge-reranker-v2-m3

text-classification

by BAAI

BGE-Reranker-v2-M3 is BAAI's multilingual cross-encoder reranker built on XLM-RoBERTa, designed for re-ranking retrieved passages in multilingual RAG or search pipelines. It jointly encodes query-passage pairs to produce relevance scores, providing higher accuracy than bi-encoder similarity for the same candidate set. Apache 2.0 licensed with text-embeddings-inference support.

17,577,877 1,161

mobilenetv3_small_100.lamb_in1k

image-classification

by timm

MobileNetV3 small model at 100% width multiplier, trained on ImageNet-1k using the LAMB optimizer via the timm library. At under 3M parameters, it targets image classification on mobile and edge hardware where latency and memory are primary constraints. Part of timm's standardized pretrained model zoo with consistent preprocessing and inference APIs.

17,428,712 103

nomic-embed-text-v1.5

sentence-similarity

by nomic-ai

Nomic Embed Text v1.5 is a matryoshka-capable English embedding model from Nomic AI, built on a custom nomic-BERT architecture trained with contrastive learning on large-scale text pairs. Matryoshka Representation Learning allows truncating embeddings to shorter dimensions (e.g. 64, 128, 256) without retraining, enabling flexible precision-cost tradeoffs. The model is transformers.js-compatible for browser-side inference.

15,943,256 901

gpt2

text-generation

by openai-community

OpenAI's original GPT-2 at 124M parameters, an autoregressive language model trained on WebText (over 8 million web documents filtered from Reddit outlinks). It generates English text continuation given a prompt using next-token prediction, trained without any instruction tuning or RLHF. MIT licensed and runnable on commodity CPU hardware.

14,071,683 3,607

Qwen3.6-35B-A3B-FP8

image-text-to-text

by Qwen

FP8-quantized version of Qwen3.6-35B-A3B for deployment on hardware with FP8 support (H100/H200). Reduces memory footprint and inference latency compared to BF16 with minimal quality degradation on most benchmarks.

13,251,463 372

bge-large-en-v1.5

feature-extraction

by BAAI

BGE-Large-EN-v1.5 is BAAI's highest-capacity English embedding model in the v1.5 series, producing 1024-dimensional vectors. It achieves top MTEB retrieval scores among its generation of English-only embedding models, at the cost of higher compute and storage than BGE-small or BGE-base. MIT licensed with ONNX export support.

13,118,409 720

Qwen3-8B

text-generation

by Qwen

Qwen3-8B is the 8-billion-parameter instruction-tuned model from Alibaba Cloud's Qwen3 family, positioned at the competitive midpoint between 4B and 14B+ tiers. It targets deployment on single consumer or workstation GPUs while providing strong reasoning and multilingual capabilities. Apache 2.0 licensed with text-generation-inference compatibility.

12,826,795 1,342

Qwen3.5-9B

image-text-to-text

by Qwen

Qwen3.5-9B is a 9-billion-parameter instruction-tuned vision-language model from Alibaba Cloud's Qwen3.5 series, fine-tuned from Qwen3.5-9B-Base for multimodal conversational tasks. It accepts image and text inputs for visual reasoning, document understanding, and grounded question answering. Apache 2.0 licensed.

12,184,741 1,895

multilingual-e5-small

sentence-similarity

by intfloat

Multilingual-E5-Small is a compact multilingual embedding model from Microsoft Research supporting 100+ languages on a BERT-based backbone, smaller and faster than the E5-large variant. It uses the same instruction-prefix training approach as E5-large ('query:'/'passage:') for asymmetric retrieval. MIT licensed with ONNX and OpenVINO export.

11,740,779 395

Kokoro-82M

text-to-speech

by hexgrad

Kokoro-82M is a compact 82-million-parameter text-to-speech model fine-tuned from StyleTTS2, targeting natural-sounding English speech synthesis at a size runnable on CPU or modest GPU. Released under Apache 2.0 with a HuggingFace DOI, it gained attention as a high-quality open TTS model at significantly smaller scale than most alternatives. It supports multiple English voice styles.

11,290,774 6,806

whisperkit-coreml

automatic-speech-recognition

by argmaxinc

WhisperKit CoreML is a collection of Whisper speech recognition models exported to Apple's CoreML format by Argmax, enabling on-device ASR on Apple Silicon (iPhone, iPad, Mac) without network calls. The models run via the WhisperKit framework, which handles chunking, VAD, and decoding on-device. Designed for iOS/macOS applications requiring offline transcription.

11,227,615 205

Qwen2.5-7B-Instruct

text-generation

by Qwen

Qwen2.5-7B-Instruct is Alibaba Cloud's 7-billion-parameter instruction-tuned language model from the Qwen2.5 series, supporting English and a range of other languages. It targets applications requiring more reasoning and knowledge than sub-3B models, while remaining deployable on a single consumer GPU. Apache 2.0 licensed with text-generation-inference compatibility.

10,684,701 1,576

Qwen3.6-35B-A3B-NVFP4

text-generation

by nvidia

Qwen3.6-35B-A3B-NVFP4 is an NVIDIA-optimized FP4 quantization of Qwen3.6-35B-A3B, produced with the ModelOpt toolkit for deployment on NVIDIA H100/H200 GPUs. FP4 weights reduce GPU memory footprint roughly 2x compared to BF16 while maintaining most of the original accuracy for conversational tasks. It is intended for inference on NVIDIA TensorRT-LLM or vLLM backends, not for further fine-tuning.

10,172,652 587