PrithivirajDamodaran / Parrot_Paraphraser

A practical and feature-rich paraphrasing framework to augment human intents in text form to build robust NLU models for conversational engines. Created by Prithiviraj Damodaran. Open to pull requests and other forms of collaboration.
Apache License 2.0
866 stars 141 forks source link

Unable to use the model #39

Closed kuppulur closed 1 year ago

kuppulur commented 1 year ago

I followed the instructions on Readme, including the huggingface cli-login and I get the following error OSError: There was a specific connection error when trying to load prithivida/parrot_paraphraser_on_T5: <class 'requests.exceptions.HTTPError'>

Also this is what I see on the huggingface repo, Access to model prithivida/parrot_paraphraser_on_T5 is restricted and you are not in the authorized list. Visit https://huggingface.co/prithivida/parrot_paraphraser_on_T5 to ask for access.

Really appreciate it if anyone has any suggestions here. Thanks.