maximedb commited on
Commit
449d570
1 Parent(s): 331eb2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- d = load_dataset("clips/mfaq", "en") # replace "en" by any language listed below
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 |