Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -7,20 +7,21 @@ datasets:
|
|
7 |
- multi_news
|
8 |
metrics:
|
9 |
- rouge
|
|
|
10 |
model-index:
|
11 |
- name: bert-small2bert-small-finetuned-cnn_daily_mail-summarization-finetuned-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
|
19 |
args: default
|
20 |
metrics:
|
21 |
-
-
|
22 |
-
type: rouge
|
23 |
value: 38.9616
|
|
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
7 |
- multi_news
|
8 |
metrics:
|
9 |
- rouge
|
10 |
+
base_model: mrm8488/bert-small2bert-small-finetuned-cnn_daily_mail-summarization
|
11 |
model-index:
|
12 |
- name: bert-small2bert-small-finetuned-cnn_daily_mail-summarization-finetuned-multi-news
|
13 |
results:
|
14 |
- task:
|
|
|
15 |
type: text2text-generation
|
16 |
+
name: Sequence-to-sequence Language Modeling
|
17 |
dataset:
|
18 |
name: multi_news
|
19 |
type: multi_news
|
20 |
args: default
|
21 |
metrics:
|
22 |
+
- type: rouge
|
|
|
23 |
value: 38.9616
|
24 |
+
name: Rouge1
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|