peterszemraj@gmail.com
Browse files
README.md
CHANGED
@@ -79,8 +79,8 @@ inference:
|
|
79 |
|
80 |
# Usage - Basics
|
81 |
|
82 |
-
-
|
83 |
-
- this forces the model to use new vocabulary and create an abstractive summary,
|
84 |
- create the pipeline object:
|
85 |
|
86 |
```
|
|
|
79 |
|
80 |
# Usage - Basics
|
81 |
|
82 |
+
- it is recommended to use `encoder_no_repeat_ngram_size=3` when calling the pipeline object to improve summary quality.
|
83 |
+
- this param forces the model to use new vocabulary and create an abstractive summary, otherwise it may l compile the best _extractive_ summary from the input provided.
|
84 |
- create the pipeline object:
|
85 |
|
86 |
```
|