Update README.md
Browse files
README.md
CHANGED
@@ -24,21 +24,21 @@ It achieves the following results on the evaluation set:
|
|
24 |
- Rougelsum: 43.3599
|
25 |
- Gen Len: 72.64
|
26 |
|
27 |
-
## Model
|
28 |
|
29 |
-
Trained on a summarization task with _potentially_
|
30 |
|
31 |
-
You can separate it's predictions by using it's special token `[NEXT_CONCEPT]` to split the
|
32 |
|
33 |
-
## Intended
|
34 |
|
35 |
-
-
|
36 |
|
37 |
## Training and evaluation data
|
38 |
|
39 |
-
See `stacked-summaries/stacked-samsum-1024
|
40 |
|
41 |
-
## Training
|
42 |
|
43 |
### Training hyperparameters
|
44 |
|
|
|
24 |
- Rougelsum: 43.3599
|
25 |
- Gen Len: 72.64
|
26 |
|
27 |
+
## Model Description
|
28 |
|
29 |
+
Trained on a summarization task with _potentially_ multiple doc-summary pairs stacked on top of each other.
|
30 |
|
31 |
+
You can separate it's predictions by using it's special token `[NEXT_CONCEPT]` to split the output into "separate topics".
|
32 |
|
33 |
+
## Intended use & limitations
|
34 |
|
35 |
+
- This is intended to be used as a baseline/reference for comparison with the larger models.
|
36 |
|
37 |
## Training and evaluation data
|
38 |
|
39 |
+
See `stacked-summaries/stacked-samsum-1024`.
|
40 |
|
41 |
+
## Training Procedure
|
42 |
|
43 |
### Training hyperparameters
|
44 |
|