Instructions to use alphaedge-ai/metaclip-2-worldwide-s16-384-zho-32768 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use alphaedge-ai/metaclip-2-worldwide-s16-384-zho-32768 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("alphaedge-ai/metaclip-2-worldwide-s16-384-zho-32768") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 740949b9a129e75d66985fedb4c6a40822ec58841222f7d13197942688244db8
- Size of remote file:
- 224 MB
- SHA256:
- f3f1da74686e0ff0766a2f88d3d49388dae1df80a065248d2f10e4a7b18b8844
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.