Update README.md
Browse files
README.md
CHANGED
@@ -71,8 +71,9 @@ It achieves the following results on the evaluation set:
|
|
71 |
|
72 |
## Model description
|
73 |
|
74 |
-
|
75 |
|
|
|
76 |
## Intended uses & limitations
|
77 |
|
78 |
- max input/output is 1024 tokens
|
|
|
71 |
|
72 |
## Model description
|
73 |
|
74 |
+
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.
|
75 |
|
76 |
+
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.
|
77 |
## Intended uses & limitations
|
78 |
|
79 |
- max input/output is 1024 tokens
|