Commit
•
ae882d9
1
Parent(s):
15bbd2a
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (9ef3124063ee11fb590c0c1c7ef4a41d4fda2383)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -4,12 +4,13 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- samsum
|
7 |
-
model-index:
|
8 |
-
- name: t5-dialogue-summarization
|
9 |
-
results: []
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
pipeline_tag: summarization
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- samsum
|
|
|
|
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
pipeline_tag: summarization
|
10 |
+
base_model: t5-small
|
11 |
+
model-index:
|
12 |
+
- name: t5-dialogue-summarization
|
13 |
+
results: []
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|