Commit
·
a28ddd5
1
Parent(s):
03e3513
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (85baeb808612530f401c378e4962befa79e89e64)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
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. -->
|