Update README.md

This commit is contained in:
Prithiviraj Damodaran 2021-05-07 13:06:33 +00:00 committed by huggingface-web
parent d3c1083155
commit 2af815790a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from parrot import Parrot
import warnings
warnings.filterwarnings("ignore")
parrot = Parrot(diversity_ranker="euclidean", model_tag="prithivida/parrot_paraphraser_on_T5", use_gpu=False)
parrot = Parrot(diversity_ranker="levenshtein", model_tag="prithivida/parrot_paraphraser_on_T5", use_gpu=False)
phrases = ["Can you recommed some upscale restaurants in Rome?",
"What are the famous places we should not miss in Russia?"
]