Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,9 @@ task_ids:
|
|
41 |
---
|
42 |
# MFAQ
|
43 |
MFAQ is a multilingual corpus of *Frequently Asked Questions* obtained from the [Common Crawl](https://commoncrawl.org/).
|
|
|
|
|
|
|
44 |
|
45 |
## Languages
|
46 |
We collected data in 21 different languages. To download a language specific subset you need to specify the language key as configuration. See below for an example.
|
|
|
41 |
---
|
42 |
# MFAQ
|
43 |
MFAQ is a multilingual corpus of *Frequently Asked Questions* obtained from the [Common Crawl](https://commoncrawl.org/).
|
44 |
+
```
|
45 |
+
load_dataset("clips/mfaq")
|
46 |
+
```
|
47 |
|
48 |
## Languages
|
49 |
We collected data in 21 different languages. To download a language specific subset you need to specify the language key as configuration. See below for an example.
|