adapterbot
adapterbot copied to clipboard
Permission denied for googledrive link
Hi there! I opened a fork to begin attempting to create python packaging for your repository.
I'm not able to download your pre-trained model from google drive. Here's what I see on my end:

Any help would be appreciated!
Hey, if you look at closed issues you'll see the solution. Basically you have to download it directly.
EDIT: link: https://drive.google.com/file/d/1JQZex-AD-sa5WUT5U4lIn1K2sPW-us8a/view?usp=sharing
In case anyone is still interested, I have had success with running gdown from the shell:
gdown --id 1JQZex-AD-sa5WUT5U4lIn1K2sPW-us8a
Meanwhile, the Python bindings (gdown.download()) gave me the same error as here. I tried this in Google Colab.