jordiclive commited on
Commit
7afe3fe
1 Parent(s): 257fc96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -32,6 +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
  ```
36
 
37
  .
 
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
  .