Datasets:
Update README.md
Browse files
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
|
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")
|