Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ These results confirm that HVU_QA is a high-quality resource for developing robu
|
|
| 59 |
├── t5-viet-qg-finetuned/
|
| 60 |
├── fine_tune_qg.py
|
| 61 |
├── generate_question.py
|
| 62 |
-
├──
|
| 63 |
└── README.md
|
| 64 |
```
|
| 65 |
## 📁 Vietnamese Question Generation Tool
|
|
@@ -100,7 +100,7 @@ python fine_tune_qg.py
|
|
| 100 |
|
| 101 |
This will:
|
| 102 |
|
| 103 |
-
1. Load the dataset from `
|
| 104 |
2. Fine-tune `VietAI/vit5-base`.
|
| 105 |
3. Save the trained model into `t5-viet-qg-finetuned/`.
|
| 106 |
|
|
|
|
| 59 |
├── t5-viet-qg-finetuned/
|
| 60 |
├── fine_tune_qg.py
|
| 61 |
├── generate_question.py
|
| 62 |
+
├── 40k_train.json
|
| 63 |
└── README.md
|
| 64 |
```
|
| 65 |
## 📁 Vietnamese Question Generation Tool
|
|
|
|
| 100 |
|
| 101 |
This will:
|
| 102 |
|
| 103 |
+
1. Load the dataset from `40k_train.json`.
|
| 104 |
2. Fine-tune `VietAI/vit5-base`.
|
| 105 |
3. Save the trained model into `t5-viet-qg-finetuned/`.
|
| 106 |
|