DANGDOCAO commited on
Commit
9950456
·
verified ·
1 Parent(s): 506b613

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -27
README.md CHANGED
@@ -64,34 +64,15 @@ These results confirm that HVU_QA is a high-quality resource for developing robu
64
 
65
  ## 📁 Data Fields
66
 
67
- ```json
68
- {
69
- "version": "v2.0",
70
- "data": [
71
- {
72
- "title": "Loại cà phê nào nổi tiếng ở Việt Nam?",
73
- "paragraphs": [
74
- {
75
- "context": "Cà phê sữa đá là một loại đồ uống nổi tiếng ở Việt Nam.",
76
- "qas": [
77
- {
78
- "question": "Loại cà phê nào nổi tiếng ở Việt Nam?",
79
- "id": "1",
80
- "answers": [
81
- {
82
- "text": "Cà phê sữa đá",
83
- "answer_start": 0
84
- }
85
- ],
86
- "is_impossible": false
87
- }
88
- ]
89
- }
90
- ]
91
- }
92
- ]
93
- }
94
  ```
 
 
 
 
 
 
 
 
95
 
96
  ---
97
 
 
64
 
65
  ## 📁 Data Fields
66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  ```
68
+ .HVU_QA
69
+ ├── t5-viet-qg-finetuned/
70
+ ├── fine_tune_qg.py
71
+ ├── generate_question.py
72
+ ├── 30ktrain.json
73
+ └── README.md
74
+ ```
75
+ > All data files are UTF-8 encoded and ready for use in NLP pipelines.
76
 
77
  ---
78