Commit
·
79209ca
1
Parent(s):
f5ae946
Update README.md
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ example_prompts = {
|
|
| 49 |
```
|
| 50 |
The model has also learned for the length of the summary to be specified in words by a range "x-y words" or e.g. "~/approximately/about/ x words."
|
| 51 |
|
| 52 |
-
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: \n\n {
|
| 53 |
|
| 54 |
After `pip install transformers` run the following code:
|
| 55 |
|
|
|
|
| 49 |
```
|
| 50 |
The model has also learned for the length of the summary to be specified in words by a range "x-y words" or e.g. "~/approximately/about/ x words."
|
| 51 |
|
| 52 |
+
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: \n\n {input_text}"
|
| 53 |
|
| 54 |
After `pip install transformers` run the following code:
|
| 55 |
|