google / patents-public-data

Patent analysis using the Google Patents Public Datasets on BigQuery
https://bigquery.cloud.google.com/dataset/patents-public-data:patents
Apache License 2.0
559 stars 165 forks source link

Unable to access or download Word2Vec Embeddings for Patent Landscaping #91

Open damtuanminh opened 8 months ago

damtuanminh commented 8 months ago

Hello, I ran into trouble when trying to download the Word2Vec Embeddings from Google Cloud Storage, which output the following error: The billing account for the owning project is disabled in state absent: ('Request failed with status code', 403, 'Expected one of', <HTTPStatus.OK: 200>, <HTTPStatus.PARTIAL_CONTENT: 206>)

I tried to access the bucket patent_landscapes and it showed the following message: Additional permissions required to list objects in this bucket. Ask a bucket owner to grant you 'storage.objects.list' permission

There were no visible objects in the bucket. I hope someone can help me with the codes or with a copy of the Word2Vec Embeddings.

Thank you in advance!

hucorz commented 6 months ago

have you solve the problem? same problem, thanks for your reply

simonboland commented 5 days ago

Hi @feltenberger , @wetherbeei, I have found the same issue discussed above. I think it's because the Google Cloud Storage bucket for patent_landscapes here https://github.com/google/patents-public-data/blob/d3d08a00e41e411be11b8a1394dd6d84f1312463/models/landscaping/word2vec.py#L54 is not accessible. It is possible make this available some other way?