Image Classification
Transformers
Safetensors
English
metaclip_2
text-generation-inference
gender-identifier
Instructions to use prithivMLmods/MetaCLIP-2-Gender-Identifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/MetaCLIP-2-Gender-Identifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/MetaCLIP-2-Gender-Identifier") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/MetaCLIP-2-Gender-Identifier") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/MetaCLIP-2-Gender-Identifier") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -97,10 +97,10 @@ if __name__ == "__main__":
|
|
| 97 |
|
| 98 |
# **Sample Inference:**
|
| 99 |
|
|
|
|
| 100 |

|
| 101 |

|
| 102 |

|
| 103 |
-

|
| 104 |
|
| 105 |
# **Intended Use:**
|
| 106 |
|
|
|
|
| 97 |
|
| 98 |
# **Sample Inference:**
|
| 99 |
|
| 100 |
+

|
| 101 |

|
| 102 |

|
| 103 |

|
|
|
|
| 104 |
|
| 105 |
# **Intended Use:**
|
| 106 |
|