You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear @matt-peters et al.,
First of all: Impressive work with KnowBert!
I'd like to replicate the results based on the pretrained model and as a start: evaluate the perplexity of KnowBert-wiki.
I have followed the setup Getting Started section, downloaded the held out wiki book corpus and
set up everything in a submit script almost identical to
MODEL_ARCHIVE=..location of model
HELDOUT_FILE=wikipedia_bookscorpus_knowbert_heldout.txt
python bin/evaluate_perplexity.py -m $MODEL_ARCHIVE -e $HELDOUT_FILE
Having done that, I run the file, but experience a bug when I try to construct the DatasetReader from parameters after having loaded the model from the pretrained model archive knowbert_wiki_model.tar.gz. See error message below:
Before I experienced this error, I got a botocore.exceptions.NoCredentialsError: Unable to locate credentials error similar to the issue presented here: getmoto/moto#1941.
But after I created an aws configuration, I got to
The object should be public, but you may need an S3 account to access. The files can also be downloaded via https. Does the mp/s3 branch fix the issue?
Dear @matt-peters et al.,
First of all: Impressive work with KnowBert!
I'd like to replicate the results based on the pretrained model and as a start: evaluate the perplexity of KnowBert-wiki.
I have followed the setup Getting Started section, downloaded the held out wiki book corpus and
set up everything in a submit script almost identical to
Having done that, I run the file, but experience a bug when I try to construct the DatasetReader from parameters after having loaded the model from the pretrained model archive
knowbert_wiki_model.tar.gz
. See error message below:Before I experienced this error, I got a
botocore.exceptions.NoCredentialsError: Unable to locate credentials
error similar to the issue presented here: getmoto/moto#1941.But after I created an aws configuration, I got to
Have you experienced this before? is the issue that I do not have access to the data requested in the queried s3 aws bucket?
I thank you for your time!
Best regards,
Victor
The text was updated successfully, but these errors were encountered: