Instructions to use CloveAI/clov-embed-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use CloveAI/clov-embed-v2 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("CloveAI/clov-embed-v2") 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:
- af26d6a252a2195a41adc381cf6e635ecd93fe7795f3ec8a338f22686d8a59a2
- Size of remote file:
- 141 MB
- SHA256:
- 2b4f3959a339f71bb506da4595d23bde7358a70f4a188286ece4b9f4dcf2d004
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.