google-research / tapas

End-to-end neural table-text understanding models.
Apache License 2.0
1.13k stars 216 forks source link

released nq data is not accessible #147

Closed apurvak closed 2 years ago

apurvak commented 2 years ago

I am unable to access this location: gs://tapas_models/2021_07_22/nq_tables/*


zsh: no matches found: gs://tapas_models/2021_07_22/nq_tables/*
eisenjulian commented 2 years ago

Thanks for the question, the files are there and are public, but it seems that you need the exact path in order to copy them: can you try the following and report back?

for file in tables/tables.tfrecord interactions/dev.tfrecord interactions/train.tfrecord interactions/test.tfrecord; do
  gsutil -m cp -R "gs://tapas_models/2021_07_22/nq_tables/${file}" "${nq_data_dir}/${file}"
done
yashgupta-7 commented 2 years ago

Hey! Thanks for this repository. It says "invalid_grant: Account has been deleted" when we try to access this folder. Can you provide the dataset any other way?