Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Legal RTE VN Llama2-7B Instruction Model
|
2 |
+
|
3 |
+
The **legal-rte-vn-llama2-7b-instruction** model is developed through further fine-tuning on the **vietnamese-llama2-7b-40GB** model. This fine-tuning is specifically performed on an instruction dataset focused on explainable legal textual entailment. The instruction dataset is generated by prompting a more robust large language model. The primary purpose of the **legal-rte-vn-llama2-7b-instruction** model is to provide explanations for predictions, thereby enhancing the model's overall explainability.
|
4 |
+
|
5 |
+
## LoRA Adapters Release
|
6 |
+
|
7 |
+
In conjunction with the model, LoRA adapters are released with two different settings of learning rates: 2e-4 and 5e-5.
|
8 |
+
|
9 |
+
## Prompt Template
|
10 |
+
|
11 |
+
The following prompt template is utilized:
|
12 |
+
|
13 |
+
```plaintext
|
14 |
+
Điều luật: "[Một hoặc nhiều điều luật liên quan]"
|
15 |
+
|
16 |
+
Dựa vào điều luật trên, đưa ra suy luận của bạn, sau đó đưa ra kết luận về nhận định dưới đây là đúng hay sai.
|
17 |
+
|
18 |
+
Nhận định: "[Một nhận định pháp lý]"
|
19 |
+
|
20 |
+
Đưa ra câu trả lời của bạn dưới định dạng sau:
|
21 |
+
Suy luận: <suy luận của bạn>
|
22 |
+
Kết luận: <chỉ ghi "Hoàn toàn đúng", "Hoàn toàn sai", hoặc "Có ý sai">
|
23 |
+
```
|