JASWANTH REDDY .P

Results 1 comments of JASWANTH REDDY .P

is this fixed ? I tried ```python import mteb from sentence_transformers import SentenceTransformer model_name = "google/embeddinggemma-300m" model = mteb.get_model(model_name) evaluation = mteb.MTEB(tasks=["StackExchangeClustering.v2"]) results = evaluation.run(model) ``` I am getting ```...