Commit
•
dccbc66
1
Parent(s):
1359435
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (de67cfe0cf3bfc3bca235bf4da42b7b6c051958a)
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_fanpage4epoch
|
10 |
results: []
|
11 |
-
datasets:
|
12 |
-
- ARTeLab/fanpage
|
13 |
---
|
14 |
|
15 |
# mbart-summarization-fanpage
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- it
|
4 |
+
tags:
|
5 |
+
- summarization
|
6 |
+
datasets:
|
7 |
+
- ARTeLab/fanpage
|
8 |
metrics:
|
9 |
- rouge
|
10 |
+
base_model: facebook/mbart-large-cc25
|
11 |
model-index:
|
12 |
- name: summarization_mbart_fanpage4epoch
|
13 |
results: []
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# mbart-summarization-fanpage
|