jun000's picture
Update README.md
0e17aa7 verified
---
task_categories:
- question-answering
language:
- en
size_categories:
- 100K<n<1M
---
# How to Make
Make "Question has **only one answer**".
If Question has multiple answer, that question is deleted.
## Example Usage
```python
from datasets import load_dataset
docs = load_dataset('jun000/MS_MARCO_Gold_Passage_QA')
```