Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,7 @@ task_ids:
|
|
42 |
# MFAQ
|
43 |
MFAQ is a multilingual corpus of *Frequently Asked Questions* parsed from the [Common Crawl](https://commoncrawl.org/).
|
44 |
```
|
|
|
45 |
load_dataset("clips/mfaq", "en")
|
46 |
{
|
47 |
"qa_pairs": [
|
|
|
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
|
46 |
load_dataset("clips/mfaq", "en")
|
47 |
{
|
48 |
"qa_pairs": [
|