Commit
•
9da5f2a
1
Parent(s):
7e5d23b
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (65fe7eb9f2dc23b2f0f66412b2158dc52fe432d6)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -4,14 +4,15 @@ language:
|
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- dialogue-summarization
|
|
|
|
|
7 |
model_index:
|
8 |
- name: hybrid_hbh_t5-small_ami_sum
|
9 |
results:
|
10 |
- task:
|
11 |
name: Summarization
|
12 |
type: summarization
|
13 |
-
|
14 |
-
- ami
|
15 |
---
|
16 |
|
17 |
## Paper
|
|
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- dialogue-summarization
|
7 |
+
datasets:
|
8 |
+
- ami
|
9 |
model_index:
|
10 |
- name: hybrid_hbh_t5-small_ami_sum
|
11 |
results:
|
12 |
- task:
|
13 |
name: Summarization
|
14 |
type: summarization
|
15 |
+
base_model: t5-small
|
|
|
16 |
---
|
17 |
|
18 |
## Paper
|