Commit
•
00817af
1
Parent(s):
98f3dc9
Librarian Bot: Add base_model information to model (#6)
Browse files- Librarian Bot: Add base_model information to model (3a8236aaf21e6b5605f9bab9fa8b99c6138f5db8)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
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_fanpage128
|
10 |
results: []
|
11 |
-
datasets:
|
12 |
-
- ARTeLab/fanpage
|
13 |
---
|
14 |
|
15 |
# summarization_fanpage128
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- it
|
4 |
+
tags:
|
5 |
+
- summarization
|
6 |
+
datasets:
|
7 |
+
- ARTeLab/fanpage
|
8 |
metrics:
|
9 |
- rouge
|
10 |
+
base_model: gsarti/it5-base
|
11 |
model-index:
|
12 |
- name: summarization_fanpage128
|
13 |
results: []
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# summarization_fanpage128
|