Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download of "info_xlm" fails due to permission error #29

Open
rainergo opened this issue Sep 2, 2024 · 0 comments
Open

Download of "info_xlm" fails due to permission error #29

rainergo opened this issue Sep 2, 2024 · 0 comments

Comments

@rainergo
Copy link

rainergo commented Sep 2, 2024

I tried to:

nlp = spacy.load("de_core_news_lg")

model_name = "info_xlm"

nlp.add_pipe("xx_coref", config={"chunk_size": 2500, "chunk_overlap": 2, "model_name": model_name})

but got this error:

<?xml version='1.0' encoding='UTF-8'?><Error><Code>AccessDenied</Code><Message>Access denied.</Message><Details>Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).</Details></Error>

It works with
model_name = "minilm"
though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant