Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
-
license:
|
| 4 |
language:
|
| 5 |
- vi
|
| 6 |
base_model:
|
|
@@ -28,7 +27,7 @@ Vietnamese_Embedding is an embedding model fine-tuned from the BGE-M3 model (htt
|
|
| 28 |
- **Output Dimensionality:** 1024 dimensions
|
| 29 |
- **Similarity Function:** Dot product Similarity
|
| 30 |
- **Language:** Vietnamese
|
| 31 |
-
- **Licence:**
|
| 32 |
|
| 33 |
## Usage
|
| 34 |
|
|
@@ -73,10 +72,7 @@ You can reproduce the evaluation result by running code python evaluation_model.
|
|
| 73 |
|
| 74 |
## Contact
|
| 75 |
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
**Email**:
|
| 79 |
-
- nguyennhotrung3004@gmail.com
|
| 80 |
|
| 81 |
**Developer**
|
| 82 |
|
|
@@ -91,5 +87,4 @@ Member: Nguyễn Nho Trung, Nguyễn Nhật Quang
|
|
| 91 |
year={2025},
|
| 92 |
publisher={Huggingface},
|
| 93 |
}
|
| 94 |
-
```
|
| 95 |
-
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- vi
|
| 5 |
base_model:
|
|
|
|
| 27 |
- **Output Dimensionality:** 1024 dimensions
|
| 28 |
- **Similarity Function:** Dot product Similarity
|
| 29 |
- **Language:** Vietnamese
|
| 30 |
+
- **Licence:** Apache 2.0
|
| 31 |
|
| 32 |
## Usage
|
| 33 |
|
|
|
|
| 72 |
|
| 73 |
## Contact
|
| 74 |
|
| 75 |
+
Email: nguyennhotrung3004@gmail.com
|
|
|
|
|
|
|
|
|
|
| 76 |
|
| 77 |
**Developer**
|
| 78 |
|
|
|
|
| 87 |
year={2025},
|
| 88 |
publisher={Huggingface},
|
| 89 |
}
|
| 90 |
+
```
|
|
|