Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,9 @@ model-index:
|
|
13 |
type: summarization
|
14 |
name: Summarization
|
15 |
dataset:
|
16 |
-
name:
|
|
|
|
|
17 |
type: samsum
|
18 |
metrics:
|
19 |
- type: rogue-1
|
@@ -23,8 +25,9 @@ model-index:
|
|
23 |
value: 19.3096
|
24 |
name: Validation ROGUE-2
|
25 |
- type: rogue-l
|
26 |
-
value: 41.
|
27 |
name: Validation ROGUE-L
|
|
|
28 |
---
|
29 |
|
30 |
# bart-large-cnn-samsum
|
@@ -86,4 +89,4 @@ The following hyperparameters were used during training:
|
|
86 |
|
87 |
- Transformers 4.33.2
|
88 |
- Pytorch lightning 2.0.9
|
89 |
-
- Tokenizers 0.13.3
|
|
|
13 |
type: summarization
|
14 |
name: Summarization
|
15 |
dataset:
|
16 |
+
name: >-
|
17 |
+
SAMSum Corpus: A Human-annotated Dialogue Dataset for Abstractive
|
18 |
+
Summarization
|
19 |
type: samsum
|
20 |
metrics:
|
21 |
- type: rogue-1
|
|
|
25 |
value: 19.3096
|
26 |
name: Validation ROGUE-2
|
27 |
- type: rogue-l
|
28 |
+
value: 41.214
|
29 |
name: Validation ROGUE-L
|
30 |
+
pipeline_tag: summarization
|
31 |
---
|
32 |
|
33 |
# bart-large-cnn-samsum
|
|
|
89 |
|
90 |
- Transformers 4.33.2
|
91 |
- Pytorch lightning 2.0.9
|
92 |
+
- Tokenizers 0.13.3
|