Instructions to use sam-babayev/zzz with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use sam-babayev/zzz with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("sam-babayev/zzz") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Model missing
#1
by kardosdrur - opened
Hi! I'm Márton, and I'm currently working on the new version of the MTEB leaderboard. I'm in the process of manually examining the top 200 models on the old leaderboard.
While your repo has been up for a year with MTEB evaluation results, both the model files and any information about the model, your training regime, or datasets are completely absent.
Can we expect to see any information on this in the near future?