Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,21 @@
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
- config_name: Recalling
|
| 4 |
-
data_files:
|
|
|
|
|
|
|
| 5 |
- config_name: Summarizing
|
| 6 |
-
data_files:
|
|
|
|
|
|
|
| 7 |
- config_name: Organizing
|
| 8 |
-
data_files:
|
|
|
|
|
|
|
| 9 |
- config_name: Attributing
|
| 10 |
-
data_files:
|
|
|
|
|
|
|
| 11 |
license: cc-by-4.0
|
| 12 |
language:
|
| 13 |
- en
|
|
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
- config_name: Recalling
|
| 4 |
+
data_files:
|
| 5 |
+
- split: test
|
| 6 |
+
path: "test_recalling.zip"
|
| 7 |
- config_name: Summarizing
|
| 8 |
+
data_files:
|
| 9 |
+
- split: test
|
| 10 |
+
path: "test_summarizing.zip"
|
| 11 |
- config_name: Organizing
|
| 12 |
+
data_files:
|
| 13 |
+
- split: test
|
| 14 |
+
path: "test_organizing.zip"
|
| 15 |
- config_name: Attributing
|
| 16 |
+
data_files:
|
| 17 |
+
- split: test
|
| 18 |
+
path: "test_attributing.zip"
|
| 19 |
license: cc-by-4.0
|
| 20 |
language:
|
| 21 |
- en
|