Instructions to use VISAI-AI/nitibench-ccl-human-finetuned-bge-m3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use VISAI-AI/nitibench-ccl-human-finetuned-bge-m3 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("VISAI-AI/nitibench-ccl-human-finetuned-bge-m3") 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
| This file cannot be downloaded. | |
| ExceptionType: InvalidOperationMeTAException. | |
| CorrelationId: e9b049f6-56ae-42d1-8e54-3e945a71ff18, | |
| UTC DateTime: 09/25/2024 05:44:08 |