sysresearch101 commited on
Commit
08403d7
1 Parent(s): d8fb5ba

update yaml error

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -8,16 +8,19 @@ tags:
8
  - pipeline:summarization
9
  thumbnail: https://huggingface.co/front/thumbnails/facebook.png
10
  model-index:
11
- - name: sysresearch101/t5-large-finetuned-xsum-cnn"
12
  results:
13
  - task:
14
  type: summarization
15
  name: Summarization
16
- dataset:
17
- name: xsum & cnn_dailymail
18
- type: xsum & cnn_dailymail
19
  config: 3.0.0
20
  split: train
 
 
 
21
  metrics:
22
  - type: rouge
23
  value: <TODO>
 
8
  - pipeline:summarization
9
  thumbnail: https://huggingface.co/front/thumbnails/facebook.png
10
  model-index:
11
+ - name: sysresearch101/t5-large-finetuned-xsum-cnn
12
  results:
13
  - task:
14
  type: summarization
15
  name: Summarization
16
+ dataset-1:
17
+ name: cnn_dailymail
18
+ type: cnn_dailymail
19
  config: 3.0.0
20
  split: train
21
+ dataset-2:
22
+ name: xsum
23
+ type: xsum
24
  metrics:
25
  - type: rouge
26
  value: <TODO>