Instructions to use alphaedge-ai/metaclip-2-worldwide-giant-378-est-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-giant-378-est-32768 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("alphaedge-ai/metaclip-2-worldwide-giant-378-est-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
File size: 136 Bytes
fd6a379 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:470ea1911c5e03a390ec4b675809fb5f313694d7fb75a037700c123b9eb61be6
size 10076379308
|