Commit
•
66fafe6
1
Parent(s):
c4d42dd
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (4883081e0489a9b370eeb3c500953c61873b49d2)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -4,14 +4,15 @@ language:
|
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- dialogue-summarization
|
|
|
|
|
7 |
model_index:
|
8 |
- name: hybrid_utt-clusterrank_bart-base_samsum_sum
|
9 |
results:
|
10 |
- task:
|
11 |
name: Summarization
|
12 |
type: summarization
|
13 |
-
|
14 |
-
- samsum
|
15 |
---
|
16 |
|
17 |
## Paper
|
|
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- dialogue-summarization
|
7 |
+
datasets:
|
8 |
+
- samsum
|
9 |
model_index:
|
10 |
- name: hybrid_utt-clusterrank_bart-base_samsum_sum
|
11 |
results:
|
12 |
- task:
|
13 |
name: Summarization
|
14 |
type: summarization
|
15 |
+
base_model: facebook/bart-base
|
|
|
16 |
---
|
17 |
|
18 |
## Paper
|