Zero-Shot Image Classification
OpenCLIP
clip
vision-language-model
image-text-retrieval
research
long-tail
datacomp
Instructions to use MingliangLiang3/DynamiCS-ViT-B-16-DataComp-DFN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use MingliangLiang3/DynamiCS-ViT-B-16-DataComp-DFN with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:MingliangLiang3/DynamiCS-ViT-B-16-DataComp-DFN') tokenizer = open_clip.get_tokenizer('hf-hub:MingliangLiang3/DynamiCS-ViT-B-16-DataComp-DFN') - Notebooks
- Google Colab
- Kaggle
Mingliang Liang commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -68,7 +68,7 @@ model.eval()
|
|
| 68 |
|
| 69 |
## Training Data
|
| 70 |
|
| 71 |
-
The checkpoints were trained on a **DataComp-DFN** subset derived from DataComp-Large and filtered with DFN
|
| 72 |
|
| 73 |
DynamiCS computes per-sample sampling probabilities from semantic image clusters built with:
|
| 74 |
|
|
|
|
| 68 |
|
| 69 |
## Training Data
|
| 70 |
|
| 71 |
+
The checkpoints were trained on a **DataComp-DFN** subset derived from DataComp-Large and filtered with DFN. In the project paper, the accessible subset is described as approximately **130M** image-text pairs after accounting for unavailable or expired URLs.
|
| 72 |
|
| 73 |
DynamiCS computes per-sample sampling probabilities from semantic image clusters built with:
|
| 74 |
|