Update README.md

This commit is contained in:
Prithiviraj Damodaran 2021-05-07 13:15:10 +00:00 committed by huggingface-web
parent e79fe9e308
commit d66575dc04
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Input_phrase: What are the famous places we should not miss in Russia
```python
para_phrases = parrot.augment(input_phrase=phrase,
diversity_ranker="levenshtein"
diversity_ranker="levenshtein",
do_diverse=False,
max_return_phrases = 10,
max_length=32,