update README.md (split subsets)
Browse files
README.md
CHANGED
|
@@ -1,4 +1,14 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
| 1 |
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: Recalling
|
| 4 |
+
data_files: "test_recalling.zip"
|
| 5 |
+
- config_name: Summarizing
|
| 6 |
+
data_files: "test_summarizing.zip"
|
| 7 |
+
- config_name: Organizing
|
| 8 |
+
data_files: "test_organizing.zip"
|
| 9 |
+
- config_name: Attributing
|
| 10 |
+
data_files: "test_attributing.zip"
|
| 11 |
+
---
|
| 12 |
license: cc-by-4.0
|
| 13 |
language:
|
| 14 |
- en
|