Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,19 @@ task_ids:
|
|
| 13 |
- language-modeling
|
| 14 |
- open-domain-qa
|
| 15 |
- multiple-choice-qa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
extra_gated_prompt: "By requesting access to this dataset, you agree to the following terms:
|
| 17 |
|
| 18 |
1. **Usage Restriction:**
|
|
|
|
| 13 |
- language-modeling
|
| 14 |
- open-domain-qa
|
| 15 |
- multiple-choice-qa
|
| 16 |
+
configs:
|
| 17 |
+
- config_name: multiple_choice
|
| 18 |
+
data_files:
|
| 19 |
+
- split: train
|
| 20 |
+
path: multiple-choice/train.parquet
|
| 21 |
+
- split: test
|
| 22 |
+
path: multiple-choice/test.parquet
|
| 23 |
+
- config_name: text_generation
|
| 24 |
+
data_files:
|
| 25 |
+
- split: train
|
| 26 |
+
path: text-generation/train.parquet
|
| 27 |
+
- split: test
|
| 28 |
+
path: text-generation/test.parquet
|
| 29 |
extra_gated_prompt: "By requesting access to this dataset, you agree to the following terms:
|
| 30 |
|
| 31 |
1. **Usage Restriction:**
|