pszemraj commited on
Commit
f09073c
1 Parent(s): 2335a4c

add autoevaluate config

Browse files

add config per the suggestion of the [autoevaluate space](https://huggingface.co/spaces/autoevaluate/model-evaluator)

Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -19,6 +19,15 @@ task_ids:
19
  - news-articles-summarization
20
  paperswithcode_id: cnn-daily-mail-1
21
  pretty_name: CNN / Daily Mail
 
 
 
 
 
 
 
 
 
22
  ---
23
  # Dataset Card for CNN Dailymail Dataset
24
 
 
19
  - news-articles-summarization
20
  paperswithcode_id: cnn-daily-mail-1
21
  pretty_name: CNN / Daily Mail
22
+ train-eval-index:
23
+ - config: 3.0.0
24
+ task: summarization
25
+ task_id: summarization
26
+ splits:
27
+ eval_split: test
28
+ col_mapping:
29
+ article: text
30
+ highlights: target
31
  ---
32
  # Dataset Card for CNN Dailymail Dataset
33