Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
Sasha Luccioni commited on
Commit
31b48c1
1 Parent(s): 378fbf2

Eval metadata Batch 4: Tweet Eval, Tweets Hate Speech Detection, VCTK, Weibo NER, Wisesight Sentiment, XSum, Yahoo Answers Topics, Yelp Polarity, Yelp Review Full (#4338)

Browse files

* Eval metadata for Tweet Eval, Tweets Hate Speech Detection, VCTK, Weibo NER, Wisesight Sentiment, XSum, Yahoo Answers Topics, Yelp Polarity, Yelp Review Full

* Update README.md

oops, duplicate

* Update README.md

adding header

* Update README.md

adding header

* Update datasets/xsum/README.md

Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>

* Update README.md

removing ROUGE args

* Update README.md

removing F1 params

* Update README.md

* Update README.md

updating to binary F1

* Update README.md

oops typo

* Update README.md

F1 binary

Co-authored-by: sashavor <sasha.luccioni@huggingface.co>
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>

Commit from https://github.com/huggingface/datasets/commit/bce8e6541af98cb0e06b24f9c96a6431cf813a38

Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -7,6 +7,19 @@ task_categories:
7
  - summarization
8
  task_ids:
9
  - news-articles-summarization
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # Dataset Card for "xsum"
@@ -167,4 +180,4 @@ The data fields are the same among all splits.
167
 
168
  ### Contributions
169
 
170
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@jbragg](https://github.com/jbragg), [@lhoestq](https://github.com/lhoestq), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
 
7
  - summarization
8
  task_ids:
9
  - news-articles-summarization
10
+ train-eval-index:
11
+ - config: default
12
+ task: summarization
13
+ task_id: summarization
14
+ splits:
15
+ train_split: train
16
+ eval_split: test
17
+ col_mapping:
18
+ document: text
19
+ summary: target
20
+ metrics:
21
+ - type: rouge
22
+ name: Rouge
23
  ---
24
 
25
  # Dataset Card for "xsum"
 
180
 
181
  ### Contributions
182
 
183
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@jbragg](https://github.com/jbragg), [@lhoestq](https://github.com/lhoestq), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.