Commit
•
c988b4a
1
Parent(s):
b0d727d
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (02782a2a8a2d927e940b8eb44c64cbdeeb6fa3a1)
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_hbh_bart-base_icsi_sum
|
9 |
results:
|
10 |
- task:
|
11 |
name: Summarization
|
12 |
type: summarization
|
13 |
-
|
14 |
-
- icsi
|
15 |
---
|
16 |
|
17 |
## Paper
|
|
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- dialogue-summarization
|
7 |
+
datasets:
|
8 |
+
- icsi
|
9 |
model_index:
|
10 |
- name: hybrid_hbh_bart-base_icsi_sum
|
11 |
results:
|
12 |
- task:
|
13 |
name: Summarization
|
14 |
type: summarization
|
15 |
+
base_model: facebook/bart-base
|
|
|
16 |
---
|
17 |
|
18 |
## Paper
|