DANGDOCAO commited on
Commit
0c82288
·
verified ·
1 Parent(s): d83d2a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- ├── 39k_train.json
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 `39k_train.json`.
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