Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
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
|