Update README.md
Browse files
README.md
CHANGED
@@ -475,7 +475,7 @@ from sentence_transformers import SentenceTransformer
|
|
475 |
import torch
|
476 |
|
477 |
# Download from the 🤗 Hub
|
478 |
-
model = SentenceTransformer("
|
479 |
|
480 |
# Define query (câu hỏi pháp luật) và docs (điều luật)
|
481 |
query = "Điều kiện để kết hôn hợp pháp là gì?"
|
@@ -524,8 +524,8 @@ for doc, score in zip(sorted_docs, sorted_scores):
|
|
524 |
You can cite our work as below:
|
525 |
|
526 |
```bibtex
|
527 |
-
@misc{
|
528 |
-
title={
|
529 |
author={QUANG HUY},
|
530 |
year={2025},
|
531 |
publisher={Huggingface},
|
|
|
475 |
import torch
|
476 |
|
477 |
# Download from the 🤗 Hub
|
478 |
+
model = SentenceTransformer("huyydangg/DEk21_hcmute_embedding")
|
479 |
|
480 |
# Define query (câu hỏi pháp luật) và docs (điều luật)
|
481 |
query = "Điều kiện để kết hôn hợp pháp là gì?"
|
|
|
524 |
You can cite our work as below:
|
525 |
|
526 |
```bibtex
|
527 |
+
@misc{DEk21_hcmute_embedding,
|
528 |
+
title={DEk21_hcmute_embedding: A Vietnamese Text Embedding},
|
529 |
author={QUANG HUY},
|
530 |
year={2025},
|
531 |
publisher={Huggingface},
|