apple / MobileCLIP-S3

huggingface.co
Total runs: 70
24-hour runs: 0
7-day runs: 10
30-day runs: 65
Model's Last Updated: April 15 2026

Introduction of MobileCLIP-S3

Model Details of MobileCLIP-S3

MobileCLIP2: Improving Multi-Modal Reinforced Training

MobileCLIP2 was introduced in MobileCLIP2: Improving Multi-Modal Reinforced Training (TMLR August 2025 Featured ), by Fartash Faghri, Pavan Kumar Anasosalu Vasu, Cem Koc, Vaishaal Shankar, Alexander T Toshev, Oncel Tuzel, Hadi Pouransari.

This repository contains the MobileCLIP-S3 checkpoint.

MobileCLIP2 Performance Figure

Highlights
  • MobileCLIP2-S4 matches the accuracy of SigLIP-SO400M/14 with 2x fewer parameters and surpasses DFN ViT-L/14 at 2.5x lower latency measured on iPhone12 Pro Max.
  • MobileCLIP-S3/S4 are our new architectures trained on MobileCLIP’s training dataset, DataCompDR-1B (dashed lines).
  • Our smallest variant MobileCLIP-S0 obtains similar zero-shot performance as OpenAI 's ViT-B/16 model while being 4.8x faster and 2.8x smaller.
  • MobileCLIP-S2 obtains better avg zero-shot performance than SigLIP 's ViT-B/16 model while being 2.3x faster and 2.1x smaller, and trained with 3x less seen samples.
  • MobileCLIP-B (LT) attains zero-shot ImageNet performance of 77.2% which is significantly better than recent works like DFN and SigLIP with similar architectures or even OpenAI's ViT-L/14@336 .
Checkpoints
Model # Seen
Samples (B)
# Params (M)
(img + txt)
Latency (ms)
(img + txt)
IN-1k Zero-Shot
Top-1 Acc. (%)
Avg. Perf. (%)
on 38 datasets
MobileCLIP2-S0 13 11.4 + 42.4 1.5 + 1.6 71.5 59.7
MobileCLIP2-S2 13 35.7 + 63.4 3.6 + 3.3 77.2 64.1
MobileCLIP2-B 13 86.3 + 63.4 10.4 + 3.3 79.4 65.8
MobileCLIP2-S3 13 125.1 + 123.6 8.0 + 6.6 80.7 66.8
MobileCLIP2-L/14 13 304.3 + 123.6 57.9 + 6.6 81.9 67.8
MobileCLIP2-S4 13 321.6 + 123.6 19.6 + 6.6 81.9 67.5
MobileCLIP-S0 13 11.4 + 42.4 1.5 + 1.6 67.8 58.1
MobileCLIP-S1 13 21.5 + 63.4 2.5 + 3.3 72.6 61.3
MobileCLIP-S2 13 35.7 + 63.4 3.6 + 3.3 74.4 63.7
MobileCLIP-B 13 86.3 + 63.4 10.4 + 3.3 76.8 65.2
MobileCLIP-B (LT) 36 86.3 + 63.4 10.4 + 3.3 77.2 65.8
MobileCLIP-S3 13 125.1 + 123.6 8.0 + 6.6 78.3 66.3
MobileCLIP-L/14 13 304.3 + 123.6 57.9 + 6.6 79.5 66.9
MobileCLIP-S4 13 321.6 + 123.6 19.6 + 6.6 79.4 68.1
How to Use

First, download the desired checkpoint visiting one of the links in the table above, then click the Files and versions tab, and download the PyTorch checkpoint. For programmatic downloading, if you have huggingface_hub installed, you can also run:

hf download apple/MobileCLIP-S3

Then, install ml-mobileclip by following the instructions in the repo. It uses an API similar to open_clip 's . You can run inference with a code snippet like the following:

import torch
import open_clip
from PIL import Image
from mobileclip.modules.common.mobileone import reparameterize_model

model, _, preprocess = open_clip.create_model_and_transforms('MobileCLIP2-S3', pretrained='/path/to/mobileclip_s3.pt')
tokenizer = open_clip.get_tokenizer('MobileCLIP2-S3')

# For inference/model exporting purposes, please reparameterize first
model = reparameterize_model(model.eval())

image = preprocess(Image.open("docs/fig_accuracy_latency.png").convert('RGB')).unsqueeze(0)
text = tokenizer(["a diagram", "a dog", "a cat"])

with torch.no_grad(), torch.cuda.amp.autocast():
    image_features = model.encode_image(image)
    text_features = model.encode_text(text)
    image_features /= image_features.norm(dim=-1, keepdim=True)
    text_features /= text_features.norm(dim=-1, keepdim=True)

    text_probs = (100.0 * image_features @ text_features.T).softmax(dim=-1)

print("Label probs:", text_probs)

Runs of apple MobileCLIP-S3 on huggingface.co

70
Total runs
0
24-hour runs
1
3-day runs
10
7-day runs
65
30-day runs

More Information About MobileCLIP-S3 huggingface.co Model

More MobileCLIP-S3 license Visit here:

https://choosealicense.com/licenses/apple-amlr

MobileCLIP-S3 huggingface.co

MobileCLIP-S3 huggingface.co is an AI model on huggingface.co that provides MobileCLIP-S3's model effect (), which can be used instantly with this apple MobileCLIP-S3 model. huggingface.co supports a free trial of the MobileCLIP-S3 model, and also provides paid use of the MobileCLIP-S3. Support call MobileCLIP-S3 model through api, including Node.js, Python, http.

MobileCLIP-S3 huggingface.co Url

https://huggingface.co/apple/MobileCLIP-S3

apple MobileCLIP-S3 online free

MobileCLIP-S3 huggingface.co is an online trial and call api platform, which integrates MobileCLIP-S3's modeling effects, including api services, and provides a free online trial of MobileCLIP-S3, you can try MobileCLIP-S3 online for free by clicking the link below.

apple MobileCLIP-S3 online free url in huggingface.co:

https://huggingface.co/apple/MobileCLIP-S3

MobileCLIP-S3 install

MobileCLIP-S3 is an open source model from GitHub that offers a free installation service, and any user can find MobileCLIP-S3 on GitHub to install. At the same time, huggingface.co provides the effect of MobileCLIP-S3 install, users can directly use MobileCLIP-S3 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

MobileCLIP-S3 install url in huggingface.co:

https://huggingface.co/apple/MobileCLIP-S3

Url of MobileCLIP-S3

MobileCLIP-S3 huggingface.co Url

Provider of MobileCLIP-S3 huggingface.co

apple
ORGANIZATIONS

Other API from apple

huggingface.co

Total runs: 28.5K
Run Growth: 9.2K
Growth Rate: 31.39%
Updated:March 01 2025
huggingface.co

Total runs: 20.3K
Run Growth: 15.4K
Growth Rate: 76.01%
Updated:September 03 2025
huggingface.co

Total runs: 8.9K
Run Growth: 4.8K
Growth Rate: 48.62%
Updated:March 01 2025
huggingface.co

Total runs: 7.8K
Run Growth: -1.1M
Growth Rate: -13531.40%
Updated:February 25 2025
huggingface.co

Total runs: 6.9K
Run Growth: 6.7K
Growth Rate: 97.00%
Updated:July 26 2024
huggingface.co

Total runs: 3.3K
Run Growth: -3.4K
Growth Rate: -101.84%
Updated:December 19 2025
huggingface.co

Total runs: 3.2K
Run Growth: -2.3K
Growth Rate: -66.67%
Updated:March 01 2025
huggingface.co

Total runs: 2.0K
Run Growth: -755
Growth Rate: -38.50%
Updated:September 03 2025
huggingface.co

Total runs: 1.8K
Run Growth: 266
Growth Rate: 14.60%
Updated:September 03 2025
huggingface.co

Total runs: 1.6K
Run Growth: 870
Growth Rate: 53.08%
Updated:March 01 2025
huggingface.co

Total runs: 304
Run Growth: 87
Growth Rate: 28.34%
Updated:March 01 2025
huggingface.co

Total runs: 273
Run Growth: 209
Growth Rate: 76.56%
Updated:April 25 2026
huggingface.co

Total runs: 265
Run Growth: -5
Growth Rate: -1.87%
Updated:March 01 2025
huggingface.co

Total runs: 185
Run Growth: 63
Growth Rate: 33.51%
Updated:October 10 2025
huggingface.co

Total runs: 157
Run Growth: -763
Growth Rate: -470.99%
Updated:June 14 2024
huggingface.co

Total runs: 144
Run Growth: 12
Growth Rate: 9.02%
Updated:September 03 2025
huggingface.co

Total runs: 99
Run Growth: -15
Growth Rate: -14.02%
Updated:October 10 2025
huggingface.co

Total runs: 83
Run Growth: -55
Growth Rate: -66.27%
Updated:September 03 2025
huggingface.co

Total runs: 77
Run Growth: -58
Growth Rate: -79.45%
Updated:March 01 2025
huggingface.co

Total runs: 58
Run Growth: 28
Growth Rate: 44.44%
Updated:March 01 2025
huggingface.co

Total runs: 55
Run Growth: -32
Growth Rate: -58.18%
Updated:August 02 2024
huggingface.co

Total runs: 52
Run Growth: 51
Growth Rate: 89.47%
Updated:March 01 2025
huggingface.co

Total runs: 45
Run Growth: 51
Growth Rate: 78.46%
Updated:March 01 2025
huggingface.co

Total runs: 45
Run Growth: -6
Growth Rate: -13.33%
Updated:April 15 2026
huggingface.co

Total runs: 37
Run Growth: 7
Growth Rate: 18.92%
Updated:October 10 2025
huggingface.co

Total runs: 30
Run Growth: 27
Growth Rate: 79.41%
Updated:March 01 2025
huggingface.co

Total runs: 28
Run Growth: 24
Growth Rate: 77.42%
Updated:March 01 2025