maximedb commited on
Commit
71c2d73
1 Parent(s): 3f4bbb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -107,7 +107,7 @@ load_dataset("clips/mqa", language="en") # replace "en" by any language listed b
107
  | Croatian | hr | 5,215 | 819 |
108
 
109
  ## FAQ vs. CQA
110
- You can download the *Frequently Asked Questions* or the *Community Question Answering* part of the dataset by specifying the scope in the dataset construction. Specify `all` to download both.
111
 
112
  ```
113
  faq = load_dataset("clips/mqa", scope="faq")
 
107
  | Croatian | hr | 5,215 | 819 |
108
 
109
  ## FAQ vs. CQA
110
+ You can download the *Frequently Asked Questions* (FAQ) or the *Community Question Answering* (CQA) part of the dataset.
111
 
112
  ```
113
  faq = load_dataset("clips/mqa", scope="faq")