maximedb commited on
Commit
a5cb941
1 Parent(s): ea80915

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 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 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")