Sentence Similarity
sentence-transformers
ONNX
Safetensors
Vietnamese
xlm-roberta
Embedding
text-embeddings-inference
Instructions to use AITeamVN/Vietnamese_Embedding_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use AITeamVN/Vietnamese_Embedding_v2 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("AITeamVN/Vietnamese_Embedding_v2") 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -72,10 +72,7 @@ You can reproduce the evaluation result by running code python evaluation_model.
|
|
| 72 |
|
| 73 |
## Contact
|
| 74 |
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
**Email**:
|
| 78 |
-
- nguyennhotrung3004@gmail.com
|
| 79 |
|
| 80 |
**Developer**
|
| 81 |
|
|
|
|
| 72 |
|
| 73 |
## Contact
|
| 74 |
|
| 75 |
+
Email: nguyennhotrung3004@gmail.com
|
|
|
|
|
|
|
|
|
|
| 76 |
|
| 77 |
**Developer**
|
| 78 |
|