Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,9 @@ task_ids:
|
|
40 |
- multiple-choice-qa
|
41 |
---
|
42 |
# MFAQ
|
|
|
|
|
|
|
43 |
MFAQ is a multilingual corpus of *Frequently Asked Questions* parsed from the [Common Crawl](https://commoncrawl.org/).
|
44 |
```
|
45 |
from datasets import load_dataset
|
|
|
40 |
- multiple-choice-qa
|
41 |
---
|
42 |
# MFAQ
|
43 |
+
|
44 |
+
🚨 See [MQA](https://huggingface.co/spaces/clips/mfaq) for an updated version of the dataset.
|
45 |
+
|
46 |
MFAQ is a multilingual corpus of *Frequently Asked Questions* parsed from the [Common Crawl](https://commoncrawl.org/).
|
47 |
```
|
48 |
from datasets import load_dataset
|