Update README.md
Browse files
README.md
CHANGED
@@ -167,6 +167,7 @@ configs:
|
|
167 |
- `qid` (`str`): Unique ID.
|
168 |
- `question` (`str`): Question.
|
169 |
- `answers` (`list[str]`): All of the acceptable answers for the question.
|
|
|
170 |
|
171 |
### v1.1
|
172 |
|
|
|
167 |
- `qid` (`str`): Unique ID.
|
168 |
- `question` (`str`): Question.
|
169 |
- `answers` (`list[str]`): All of the acceptable answers for the question.
|
170 |
+
- Not include the questions without the answers (`answers: ['-']`)
|
171 |
|
172 |
### v1.1
|
173 |
|