prithivida
commited on
Commit
·
2af8157
1
Parent(s):
d3c1083
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ from parrot import Parrot
|
|
16 |
import warnings
|
17 |
warnings.filterwarnings("ignore")
|
18 |
|
19 |
-
parrot = Parrot(diversity_ranker="
|
20 |
phrases = ["Can you recommed some upscale restaurants in Rome?",
|
21 |
"What are the famous places we should not miss in Russia?"
|
22 |
]
|
|
|
16 |
import warnings
|
17 |
warnings.filterwarnings("ignore")
|
18 |
|
19 |
+
parrot = Parrot(diversity_ranker="levenshtein", model_tag="prithivida/parrot_paraphraser_on_T5", use_gpu=False)
|
20 |
phrases = ["Can you recommed some upscale restaurants in Rome?",
|
21 |
"What are the famous places we should not miss in Russia?"
|
22 |
]
|