File size: 719 Bytes
8f2a548 f046266 25d54b1 45e4e24 097f786 98a2727 1f9f3b5 1fe0e48 097f786 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
license: cc-by-3.0
language:
- en
task_categories:
- question-answering
- sentence-similarity
tags:
- rag
- wikipedia
- open-domain
- information-retrieval
- dpr
size_categories:
- n<1K
configs:
- config_name: text-corpus
data_files:
- split: passages
path: "data/passages.parquet/*"
- config_name: question-answer
data_files:
- split: test
path: "data/test.parquet/*"
---
[In this huggingface discussion](https://discuss.huggingface.co/t/what-are-you-using-the-mini-wikipedia-dataset-for/89040?u=tillwenke) you can share what you used the dataset for.
Derives from https://www.kaggle.com/datasets/rtatman/questionanswer-dataset?resource=download we generated our own subset using `generate.py`.
|