awslabs / gap-text2sql

GAP-text2SQL: Learning Contextual Representations for Semantic Parsing with Generation-Augmented Pre-Training
https://arxiv.org/abs/2012.10309
Apache License 2.0
102 stars 25 forks source link

Cannot access model checkpoint #31

Closed romapavelko01 closed 1 year ago

romapavelko01 commented 2 years ago

Hi, I am trying to learn and test your work and strictly following your instructions, but I cannot quite access model checkpoint from aws s3 bucket; is your project closed now, or checkpoint bucket is not public, or am I having some other connectivity issues? Running the following command: aws s3 cp s3://gap-text2sql-public/checkpoint-artifacts/gap-finetuned-checkpoint logdir/bart_run_1/bs\=12\,lr\=1.0e-04\,bert_lr\=1.0e-05\,end_lr\=0e0\,att\=1/model_checkpoint-00041000 Getting this error: fatal error: An error occurred (403) when calling the HeadObject operation: Forbidden Would be grateful for feedback, Regards

Impavidity commented 2 years ago

I think

wget https://gap-text2sql-public.s3.amazonaws.com/checkpoint-artifacts/gap-finetuned-checkpoint

works fine to me.

romapavelko01 commented 1 year ago

Thank you, it really does