DANGDOCAO commited on
Commit
c17f42c
·
verified ·
1 Parent(s): 211a28e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -110,17 +110,24 @@ python generate_question.py
110
 
111
  ```
112
  Input passage:
113
- Iced milk coffee is a famous drink in Vietnam.
 
 
114
  Number of questions: 5
115
  ```
116
 
117
  **Output:**
118
 
119
- 1. What type of coffee is famous in Vietnam?
120
- 2. Why is iced milk coffee popular?
121
- 3. What ingredients are included in iced milk coffee?
122
- 4. Where does iced milk coffee originate from?
123
- 5. How is Vietnamese iced milk coffee prepared?
 
 
 
 
 
124
 
125
  **You can adjust** in `generate_question.py`:
126
 
 
110
 
111
  ```
112
  Input passage:
113
+ phê sữa đá 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 phê nào nổi tiếng Việt Nam?
122
+ (What type of coffee is famous in Vietnam?)
123
+ 2. Tại sao phê sữa đá lại phổ biến?
124
+ (Why is iced milk coffee popular?)
125
+ 3. 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