Ssarion librarian-bot commited on
Commit
f6a306e
1 Parent(s): e65bb90

Librarian Bot: Add base_model information to model (#4)

Browse files

- Librarian Bot: Add base_model information to model (6568130f46ab715e965968d953c39a820501ea21)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
4
  - summarization
@@ -7,12 +9,13 @@ datasets:
7
  - multi_news
8
  metrics:
9
  - rouge
 
10
  model-index:
11
  - name: bart-base-multi-news
12
  results:
13
  - task:
14
- name: Sequence-to-sequence Language Modeling
15
  type: text2text-generation
 
16
  dataset:
17
  name: multi_news
18
  type: multi_news
@@ -20,20 +23,18 @@ model-index:
20
  split: validation
21
  args: default
22
  metrics:
23
- - name: Rouge1
24
- type: rouge
25
  value: 26.31
26
- - name: Rouge2
27
- type: rouge
28
  value: 9.6
29
- - name: Rougel
30
- type: rouge
31
  value: 20.87
32
- - name: Rougelsum
33
- type: rouge
34
  value: 21.54
35
- language:
36
- - en
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
  tags:
6
  - summarization
 
9
  - multi_news
10
  metrics:
11
  - rouge
12
+ base_model: facebook/bart-base
13
  model-index:
14
  - name: bart-base-multi-news
15
  results:
16
  - task:
 
17
  type: text2text-generation
18
+ name: Sequence-to-sequence Language Modeling
19
  dataset:
20
  name: multi_news
21
  type: multi_news
 
23
  split: validation
24
  args: default
25
  metrics:
26
+ - type: rouge
 
27
  value: 26.31
28
+ name: Rouge1
29
+ - type: rouge
30
  value: 9.6
31
+ name: Rouge2
32
+ - type: rouge
33
  value: 20.87
34
+ name: Rougel
35
+ - type: rouge
36
  value: 21.54
37
+ name: Rougelsum
 
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You