lhoestq HF staff commited on
Commit
39b5f97
1 Parent(s): 78512b7

fix task_ids

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -17,8 +17,7 @@ source_datasets:
17
  - original
18
  task_categories:
19
  - summarization
20
- task_ids:
21
- - summarization-other-reddit-posts-summarization
22
  train-eval-index:
23
  - config: default
24
  task: summarization
@@ -29,8 +28,10 @@ train-eval-index:
29
  content: text
30
  summary: target
31
  metrics:
32
- - type: rouge
33
- name: Rouge
 
 
34
  ---
35
 
36
  # Dataset Card for Reddit Webis-TLDR-17
@@ -226,4 +227,4 @@ Michael Völske, Martin Potthast, Shahbaz Syed, Benno Stein
226
 
227
  ### Contributions
228
 
229
- Thanks to [@mariamabarham](https://github.com/mariamabarham), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
 
17
  - original
18
  task_categories:
19
  - summarization
20
+ task_ids: []
 
21
  train-eval-index:
22
  - config: default
23
  task: summarization
 
28
  content: text
29
  summary: target
30
  metrics:
31
+ - type: rouge
32
+ name: Rouge
33
+ tags:
34
+ - reddit-posts-summarization
35
  ---
36
 
37
  # Dataset Card for Reddit Webis-TLDR-17
 
227
 
228
  ### Contributions
229
 
230
+ Thanks to [@mariamabarham](https://github.com/mariamabarham), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.