maximedb commited on
Commit
4b3c826
1 Parent(s): cea0b24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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.