pszemraj commited on
Commit
da9feed
1 Parent(s): 8d92e93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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 description
28
 
29
- Trained on a summarization task with _potentially_ several 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 outputs in "separate topics".
32
 
33
- ## Intended uses & limitations
34
 
35
- - this is meant to be used as a baseline/reference for comparison to 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
 
 
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