jordiclive commited on
Commit
3725cce
1 Parent(s): 7be9dc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ Goal: a model that can be used for a general-purpose summarizer for academic and
31
 
32
  ## Usage
33
 
34
- Check the colab notebook for desired usage. **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
  prompts = {
37
  "article": "Produce an article summary of the following news article:",
 
31
 
32
  ## Usage
33
 
34
+ Check the colab notebook for desired usage. The pipeline will run slower and not have some of the tokenization parameters. **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
  prompts = {
37
  "article": "Produce an article summary of the following news article:",