AITeamVN commited on
Commit
95b4a1e
·
verified ·
1 Parent(s): f97c74a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -19,6 +19,15 @@ Vietnamese_Embedding is an embedding model fine-tuned from the BGE-M3 model (htt
19
  * The model was trained on approximately 300,000 triplets of queries, positive documents, and negative documents for Vietnamese.
20
  * The model was trained with a maximum sequence length of 2048.
21
 
 
 
 
 
 
 
 
 
 
22
 
23
  ## Usage
24
 
 
19
  * The model was trained on approximately 300,000 triplets of queries, positive documents, and negative documents for Vietnamese.
20
  * The model was trained with a maximum sequence length of 2048.
21
 
22
+ ## Model Details
23
+
24
+ ### Model Description
25
+ - **Model Type:** Sentence Transformer
26
+ - **Base model:** [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3)
27
+ - **Maximum Sequence Length:** 2048 tokens
28
+ - **Output Dimensionality:** 1024 dimensions
29
+ - **Similarity Function:** Dot product Similarity
30
+ - **Language:** Vietnamese
31
 
32
  ## Usage
33