Sentence Similarity
sentence-transformers
ONNX
Safetensors
Vietnamese
xlm-roberta
Embedding
text-embeddings-inference
Instructions to use AITeamVN/Vietnamese_Embedding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use AITeamVN/Vietnamese_Embedding with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("AITeamVN/Vietnamese_Embedding") 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
|
@@ -48,7 +48,7 @@ array([[0.6621206 , 0.33066636],
|
|
| 48 |
| Model | Accuracy@1 | Accuracy@3 | Accuracy@5 | Accuracy@10 | Accuracy@100 | MRR@10 |
|
| 49 |
|----------------------|------------|------------|------------|-------------|-------------|--------------|
|
| 50 |
| Vietnamese_Embedding | 0.7274 | 0.8992 | 0.9305 | 0.9568 | 0.9922 | 0.8181 |
|
| 51 |
-
| Vietnamese-bi-encoder | 0.7109 | 0.8680 | 0.9014 | 0.9299 | 0.9772 | 0.7951 |
|
| 52 |
| BGE-M3 | 0.5682 | 0.7728 | 0.8382 | 0.8921 | 0.9772 | 0.6822 |
|
| 53 |
|
| 54 |
|
|
|
|
| 48 |
| Model | Accuracy@1 | Accuracy@3 | Accuracy@5 | Accuracy@10 | Accuracy@100 | MRR@10 |
|
| 49 |
|----------------------|------------|------------|------------|-------------|-------------|--------------|
|
| 50 |
| Vietnamese_Embedding | 0.7274 | 0.8992 | 0.9305 | 0.9568 | 0.9922 | 0.8181 |
|
| 51 |
+
| Vietnamese-bi-encoder (BKAI) | 0.7109 | 0.8680 | 0.9014 | 0.9299 | 0.9772 | 0.7951 |
|
| 52 |
| BGE-M3 | 0.5682 | 0.7728 | 0.8382 | 0.8921 | 0.9772 | 0.6822 |
|
| 53 |
|
| 54 |
|