Commit
•
83be7fb
1
Parent(s):
de1ab86
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (c892d301a77507e30d7cdd7ad1d867421407aac1)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
---
|
2 |
-
tags:
|
3 |
-
- summarization
|
4 |
language:
|
5 |
- it
|
|
|
|
|
|
|
|
|
6 |
metrics:
|
7 |
- rouge
|
|
|
8 |
model-index:
|
9 |
- name: summarization_mbart_ilpost
|
10 |
results: []
|
11 |
-
datasets:
|
12 |
-
- ARTeLab/ilpost
|
13 |
---
|
14 |
|
15 |
# mbart_summarization_ilpost
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- it
|
4 |
+
tags:
|
5 |
+
- summarization
|
6 |
+
datasets:
|
7 |
+
- ARTeLab/ilpost
|
8 |
metrics:
|
9 |
- rouge
|
10 |
+
base_model: facebook/mbart-large-cc25
|
11 |
model-index:
|
12 |
- name: summarization_mbart_ilpost
|
13 |
results: []
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# mbart_summarization_ilpost
|