Sentence Similarity
sentence-transformers
Safetensors
Korean
English
bert
feature-extraction
Generated from Trainer
text-embeddings-inference
Instructions to use dragonkue/multilingual-e5-small-ko with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use dragonkue/multilingual-e5-small-ko with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("dragonkue/multilingual-e5-small-ko") 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] - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ language:
|
|
| 13 |
- en
|
| 14 |
---
|
| 15 |
|
| 16 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/642b0c2fecec03b4464a1d9b/
|
| 17 |
|
| 18 |
# ✨ New Version Available
|
| 19 |
|
|
|
|
| 13 |
- en
|
| 14 |
---
|
| 15 |
|
| 16 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/642b0c2fecec03b4464a1d9b/9uN5ypGY-GRGgakLs_s1o.png" width="600">
|
| 17 |
|
| 18 |
# ✨ New Version Available
|
| 19 |
|