maximedb commited on
Commit
f6d352b
1 Parent(s): b715450

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ 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.
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
  ```