google-research / language

Shared repository for open-sourced projects from the Google AI Language team.
https://ai.google/research/teams/language/
Apache License 2.0
1.61k stars 345 forks source link

**BucketNotFoundException: 404 gs://bert-nq bucket does not exist.** while downloading Bert Joint model #103

Open amitamaryadav opened 3 years ago

amitamaryadav commented 3 years ago

Hi there

I am tyring to download Bert Joint pre-trained model following instructions on - https://github.com/google-research/language/tree/master/language/question_answering/bert_joint

specifically - while running gsutil cp -R gs://bert-nq/bert-joint-baseline ., I get the following error BucketNotFoundException: 404 gs://bert-nq bucket does not exist.

Could you kindly update the download instructions or correct me incase I am making a mistake.

kyoungrok0517 commented 3 years ago

Hello. Check https://www.kaggle.com/philculliton/bertjointbaseline/version/1. Probably I'm too late.