Datasets:
add evaluation config from autoevaluate/model-evaluator
#2
by
pszemraj
- opened
README.md
CHANGED
@@ -41,6 +41,15 @@ dataset_info:
|
|
41 |
num_examples: 818
|
42 |
download_size: 2944100
|
43 |
dataset_size: 10530064
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
---
|
45 |
|
46 |
# Dataset Card for SAMSum Corpus
|
|
|
41 |
num_examples: 818
|
42 |
download_size: 2944100
|
43 |
dataset_size: 10530064
|
44 |
+
train-eval-index:
|
45 |
+
- config: samsum
|
46 |
+
task: summarization
|
47 |
+
task_id: summarization
|
48 |
+
splits:
|
49 |
+
eval_split: test
|
50 |
+
col_mapping:
|
51 |
+
dialogue: text
|
52 |
+
summary: target
|
53 |
---
|
54 |
|
55 |
# Dataset Card for SAMSum Corpus
|