Instructions to use Trendyol/TY-ecomm-embed-multilingual-base-v1.2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Trendyol/TY-ecomm-embed-multilingual-base-v1.2.0 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Trendyol/TY-ecomm-embed-multilingual-base-v1.2.0", trust_remote_code=True) 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
Commit History
Update README.md f15b05e verified
Update README.md e434416 verified
Update README.md 79dc49c verified
Update README.md 895308c verified
Update README.md 16546a1 verified
Update README.md 3f21c01 verified
Update README.md b6c1be5 verified
Initial commit 760f182
tolga.ayan commited on