Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ load_dataset("clips/mfaq", "en")
|
|
57 |
## Languages
|
58 |
We collected around 6M pairs of questions and answers in 21 different languages. To download a language specific subset you need to specify the language key as configuration. See below for an example.
|
59 |
```
|
60 |
-
|
61 |
```
|
62 |
|
63 |
| Language | Key | Pairs | Pages |
|
|
|
57 |
## Languages
|
58 |
We collected around 6M pairs of questions and answers in 21 different languages. To download a language specific subset you need to specify the language key as configuration. See below for an example.
|
59 |
```
|
60 |
+
load_dataset("clips/mfaq", "en") # replace "en" by any language listed below
|
61 |
```
|
62 |
|
63 |
| Language | Key | Pairs | Pages |
|