Instructions to use tamikisg/multilingual-e5-small-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use tamikisg/multilingual-e5-small-coreml with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("tamikisg/multilingual-e5-small-coreml") 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
Upload MultilingualE5Small.mlpackage.zip with huggingface_hub
Browse files
MultilingualE5Small.mlpackage.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f339314e01c7206505b54164b5479ff737bd03e299e199cf2a7a7b57dbd8d043
|
| 3 |
+
size 216411873
|