Datasets:
Update README.md
#3
by
pszemraj
- opened
README.md
CHANGED
@@ -17,6 +17,15 @@ task_categories:
|
|
17 |
- summarization
|
18 |
task_ids: []
|
19 |
pretty_name: GovReport
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
---
|
21 |
|
22 |
|
|
|
17 |
- summarization
|
18 |
task_ids: []
|
19 |
pretty_name: GovReport
|
20 |
+
train-eval-index:
|
21 |
+
- config: plain_text
|
22 |
+
task: summarization
|
23 |
+
task_id: summarization
|
24 |
+
splits:
|
25 |
+
eval_split: test
|
26 |
+
col_mapping:
|
27 |
+
document: text
|
28 |
+
summary: target
|
29 |
---
|
30 |
|
31 |
|