Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -107,7 +107,6 @@ python generate_question.py
|
|
107 |
```
|
108 |
|
109 |
**Example:**
|
110 |
-
|
111 |
```
|
112 |
Input passage:
|
113 |
Cà phê sữa đá là một loại đồ uống nổi tiếng ở Việt Nam.
|
@@ -115,9 +114,8 @@ Cà phê sữa đá là một loại đồ uống nổi tiếng ở Việt Nam.
|
|
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?
|
@@ -128,7 +126,7 @@ Number of questions: 5
|
|
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 |
|
134 |
- `top_k`, `top_p`, `temperature`, `no_repeat_ngram_size`, `repetition_penalty`
|
|
|
107 |
```
|
108 |
|
109 |
**Example:**
|
|
|
110 |
```
|
111 |
Input passage:
|
112 |
Cà phê sữa đá là một loại đồ uống nổi tiếng ở Việt Nam.
|
|
|
114 |
|
115 |
Number of questions: 5
|
116 |
```
|
|
|
117 |
**Output:**
|
118 |
+
```
|
119 |
1. Loại cà phê nào nổi tiếng ở Việt Nam?
|
120 |
(What type of coffee is famous in Vietnam?)
|
121 |
2. Tại sao cà phê sữa đá lại phổ biến?
|
|
|
126 |
(Where does iced milk coffee originate from?)
|
127 |
5. Cà phê sữa đá Việt Nam được pha chế như thế nào?
|
128 |
(How is Vietnamese iced milk coffee prepared?)
|
129 |
+
```
|
130 |
**You can adjust** in `generate_question.py`:
|
131 |
|
132 |
- `top_k`, `top_p`, `temperature`, `no_repeat_ngram_size`, `repetition_penalty`
|