Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -3,6 +3,7 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- distilbart
|
5 |
- summarization
|
|
|
6 |
model-index:
|
7 |
- name: MLQ-distilbart-bbc
|
8 |
results:
|
@@ -15,11 +16,10 @@ model-index:
|
|
15 |
config: default
|
16 |
split: test
|
17 |
metrics:
|
18 |
-
-
|
19 |
-
type: rouge
|
20 |
value: 61.43
|
|
|
21 |
verified: false
|
22 |
-
|
23 |
---
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
25 |
should probably proofread and complete it, then remove this comment. -->
|
|
|
3 |
tags:
|
4 |
- distilbart
|
5 |
- summarization
|
6 |
+
base_model: sshleifer/distilbart-cnn-12-6
|
7 |
model-index:
|
8 |
- name: MLQ-distilbart-bbc
|
9 |
results:
|
|
|
16 |
config: default
|
17 |
split: test
|
18 |
metrics:
|
19 |
+
- type: rouge
|
|
|
20 |
value: 61.43
|
21 |
+
name: ROUGE-2
|
22 |
verified: false
|
|
|
23 |
---
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
25 |
should probably proofread and complete it, then remove this comment. -->
|