mlnomad/imagenet-1k-224-clip-embeddings
收藏Hugging Face2026-03-04 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/mlnomad/imagenet-1k-224-clip-embeddings
下载链接
链接失效反馈官方服务:
资源简介:
---
license: other
task_categories:
- image-classification
tags:
- imagenet
- clip
- embeddings
size_categories:
- 1M<n<10M
---
# ImageNet-1k-224 CLIP Embeddings
Pre-computed CLIP image embeddings for every image in
[mlnomad/imagenet-1k-224](https://huggingface.co/datasets/mlnomad/imagenet-1k-224).
## Columns
| Column | Type | Description |
|---|---|---|
| `original_index` | int | Row index in the source dataset for cross-referencing |
| `label` | int (0–999) | ImageNet class index |
| `embedding` | List[float] | L2-normalised CLIP image embedding (768D) |
## Stats
- Source: `mlnomad/imagenet-1k-224` (`train` split)
- Total images: `1281167`
- Embedding dim: `768`
- CLIP model: `google/siglip-base-patch16-224`
Cross-reference with the source dataset via the `original_index` column.
提供机构:
mlnomad



