maximedb commited on
Commit
7240ce7
1 Parent(s): a5cb941

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ task_ids:
59
  - multiple-choice-qa
60
  ---
61
  # MQA
62
- MQA is a Multilingual corpus of Questions and Answers (MQA) parsed from the [Common Crawl](https://commoncrawl.org/). Questions are divided between *Frequently Asked Questions (FAQ)* pages and *Community Question Answering (CQA)* pages.
63
  ```
64
  from datasets import load_dataset
65
  all = load_dataset("clips/mqa", language="en")
 
59
  - multiple-choice-qa
60
  ---
61
  # MQA
62
+ MQA is a Multilingual corpus of Questions and Answers (MQA) parsed from the [Common Crawl](https://commoncrawl.org/). Questions are divided in two types: *Frequently Asked Questions (FAQ)* and *Community Question Answering (CQA)*.
63
  ```
64
  from datasets import load_dataset
65
  all = load_dataset("clips/mqa", language="en")