Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ load_dataset("clips/mfaq")
|
|
46 |
```
|
47 |
|
48 |
## Languages
|
49 |
-
We collected
|
50 |
```
|
51 |
load_dataset("clips/mfaq", "en")
|
52 |
```
|
|
|
46 |
```
|
47 |
|
48 |
## Languages
|
49 |
+
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.
|
50 |
```
|
51 |
load_dataset("clips/mfaq", "en")
|
52 |
```
|