diff --git a/README.md b/README.md index 5f1abff..b899319 100644 --- a/README.md +++ b/README.md @@ -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?" ]