Commit
·
be4c3ae
1
Parent(s):
7afe3fe
Update README.md
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ Goal: a model that can be used for a general-purpose summarizer for academic and
|
|
| 32 |
## Usage
|
| 33 |
Check the colab notebook for desired usage
|
| 34 |
**The model expects a prompt prepended to the source document to indicate the type of summary**, examples of prompts used to train the model here:
|
| 35 |
-
Prompts should be formatted with a colon at the end so that the input to the model is formatted as e.g. "Summarize the following: {input_text}". Note this model was trained with far fewer prompts than models like `flan-t5-11b-summarizer-filtered` so new prompts might not generalize as well.
|
| 36 |
```
|
| 37 |
|
| 38 |
.
|
|
|
|
| 32 |
## Usage
|
| 33 |
Check the colab notebook for desired usage
|
| 34 |
**The model expects a prompt prepended to the source document to indicate the type of summary**, examples of prompts used to train the model here:
|
| 35 |
+
Prompts should be formatted with a colon at the end so that the input to the model is formatted as e.g. "Summarize the following: {input_text}". Note this model was trained with far fewer prompts than models like `jordiclive/flan-t5-11b-summarizer-filtered` so new prompts might not generalize as well.
|
| 36 |
```
|
| 37 |
|
| 38 |
.
|