pszemraj commited on
Commit
c33f650
1 Parent(s): 71feb83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -38,7 +38,10 @@ It achieves the following results on the evaluation set:
38
  > Note that the evaluation set is `stacked-summaries/stacked-xsum-1024` and not `xsum` itself
39
  ## Model description
40
 
41
- This model card presents a model trained on a stacked dataset, which aims to improve summarization by testing the benefits of "task-oriented pretraining." The model is designed to learn how to effectively condense and distill information from text by stacking summaries and separating them into independent concepts. By doing so, the model can learn to identify essential information without simply mimicking the style of the dataset summaries.
 
 
 
42
 
43
  ## Intended uses & limitations
44
 
 
38
  > Note that the evaluation set is `stacked-summaries/stacked-xsum-1024` and not `xsum` itself
39
  ## Model description
40
 
41
+ This model card presents a model trained on a stacked dataset that aims to improve summarization by testing the benefits of "task-oriented pretraining". The model is designed to learn how to effectively condense and distill information from text by stacking summaries and separating them into independent concepts. In this way, the model can learn to identify essential information without simply mimicking the style of the dataset summaries.
42
+
43
+ The token used to identify a new concept in the summary is `[NEXT_CONCEPT]`. You can split an output summary based on this token to see how it split the input text information: `summary_text.split("[NEXT_CONCEPT]")` etc.
44
+
45
 
46
  ## Intended uses & limitations
47