File size: 823 Bytes
78f7977
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d1adc18
 
 
 
 
 
 
 
 
78f7977
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

---
license: apache-2.0
datasets:
- truro7/vn-law-questions-and-corpus
language:
- vi
metrics:
- accuracy
- precision
- recall
base_model: hiieu/halong_embedding
pipeline_tag: sentence-similarity
library_name: sentence-transformers
tags:
- legal

---

# VN Law Embedding

VN Law Embedding is a Vietnamese text embedding model designed for Retrieval-Augmented Generation (RAG), specifically to retrieve precise legal documents in response to legal questions.

The model is trained on a dataset of Vietnamese legal questions and corresponding legal documents and evaluated using an Information Retrieval Evaluator.

It uses Matryoshka loss during training and can be truncated to smaller dimensions, allowing for faster comparisons between queries and documents without sacrificing performance.


---
license: apache-2.0
---