Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -110,17 +110,24 @@ python generate_question.py
|
|
| 110 |
|
| 111 |
```
|
| 112 |
Input passage:
|
| 113 |
-
|
|
|
|
|
|
|
| 114 |
Number of questions: 5
|
| 115 |
```
|
| 116 |
|
| 117 |
**Output:**
|
| 118 |
|
| 119 |
-
1.
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 124 |
|
| 125 |
**You can adjust** in `generate_question.py`:
|
| 126 |
|
|
|
|
| 110 |
|
| 111 |
```
|
| 112 |
Input passage:
|
| 113 |
+
Cà phê sữa đá là một loại đồ uống nổi tiếng ở Việt Nam.
|
| 114 |
+
(Iced milk coffee is a famous drink in Vietnam.)
|
| 115 |
+
|
| 116 |
Number of questions: 5
|
| 117 |
```
|
| 118 |
|
| 119 |
**Output:**
|
| 120 |
|
| 121 |
+
1. Loại cà phê nào nổi tiếng ở Việt Nam?
|
| 122 |
+
(What type of coffee is famous in Vietnam?)
|
| 123 |
+
2. Tại sao cà phê sữa đá lại phổ biến?
|
| 124 |
+
(Why is iced milk coffee popular?)
|
| 125 |
+
3. Cà phê sữa đá bao gồm những nguyên liệu gì?
|
| 126 |
+
(What ingredients are included in iced milk coffee?)
|
| 127 |
+
4. Cà phê sữa đá có nguồn gốc từ đâu?
|
| 128 |
+
(Where does iced milk coffee originate from?)
|
| 129 |
+
5. Cà phê sữa đá Việt Nam được pha chế như thế nào?
|
| 130 |
+
(How is Vietnamese iced milk coffee prepared?)
|
| 131 |
|
| 132 |
**You can adjust** in `generate_question.py`:
|
| 133 |
|