Following the readme, it says:
Download pretrained model 'scibert_software_sent' from: s3://meta-prod-ds-storage/software_mentions_extraction/models and place it in the ./models/ folder.
I tried to do this, but I'm getting an "access denied" error:
$ aws s3 cp s3://meta-prod-ds-storage/software_mentions_extraction/models/scibert_software_sent ./
fatal error: An error occurred (403) when calling the HeadObject operation: Forbidden
$ aws s3 ls s3://meta-prod-ds-storage/software_mentions_extraction/models
An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
$ aws configure list
Name Value Type Location
---- ----- ---- --------
profile <not set> None None
access_key ****************GC2L iam-role
secret_key ****************8TvJ iam-role
region us-east-1 imds
Is the bucket closed now? If so, feel free to close this Issue ticket. Otherwise, please let me know if there's something I'm missing to access the model.
Following the readme, it says:
I tried to do this, but I'm getting an "access denied" error:
Is the bucket closed now? If so, feel free to close this Issue ticket. Otherwise, please let me know if there's something I'm missing to access the model.