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
539 stars 163 forks source link

lack of "vocab" #82

Open suki00621 opened 1 year ago

suki00621 commented 1 year ago

We finished allocating the environment according to the instructions. Without downloading files on Google Cloud Storage bucket, we wrote .model and .npy by ourselves. But we still fail to run "LandscapeNotebook.ipynb" , it show error in "w2vruntime = word2vec5_9m.restore_runtime()" cause we failed in "load_vocab_mappings" , line 476 in "restore_runtime". So I would like to ask where I can get the "vocab" file. Looking forward to your answer, thanks!