Lai Tuan Manh
commited on
Commit
·
9397db2
1
Parent(s):
5951eec
update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
# Vietnamese Embedding ONNX
|
| 5 |
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: sentence-transformers
|
| 3 |
+
pipeline_tag: sentence-similarity
|
| 4 |
+
tags:
|
| 5 |
+
- sentence-transformers
|
| 6 |
+
- feature-extraction
|
| 7 |
+
- sentence-similarity
|
| 8 |
+
- transformers
|
| 9 |
+
- phobert
|
| 10 |
+
- vietnamese
|
| 11 |
+
- sentence-embedding
|
| 12 |
license: apache-2.0
|
| 13 |
+
language:
|
| 14 |
+
- vi
|
| 15 |
+
metrics:
|
| 16 |
+
- pearsonr
|
| 17 |
+
- spearmanr
|
| 18 |
---
|
| 19 |
# Vietnamese Embedding ONNX
|
| 20 |
|