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
Recently I've trying to reproduce the experiments and also tried the pretrained ELMs, but it came out that some of the links are not working well. Below are the models that cannot be downloaded successfully.
1b
anonymized_openwebtext
anonymized_realnews
anonymized_reviews
All of them are with model_scale=750M, model_architecture=elmforest;
Here's how I download those files.
model_scales=("125M""350M""750M""1.3B")
model_architecture=elmforest;
domains=("1b""anonymized_openwebtext""anonymized_realnews""anonymized_reviews""cs""legal""med""reddit")
formodel_scalein"${model_scales[@]}"dofordomainin"${domains[@]}"do
mkdir -p btm_models/models/${model_scale}/${model_architecture}/${domain}/
cd btm_models/models/${model_scale}/${model_architecture}/${domain}/
wget -c https://dl.fbaipublicfiles.com/btm/models/${model_scale}/${model_architecture}/${domain}/checkpoint_last.pt
cd -
donedone
Thank you for open-sourcing this work!
The text was updated successfully, but these errors were encountered:
Hello,
Recently I've trying to reproduce the experiments and also tried the pretrained ELMs, but it came out that some of the links are not working well. Below are the models that cannot be downloaded successfully.
All of them are with model_scale=750M, model_architecture=elmforest;
Here's how I download those files.
Thank you for open-sourcing this work!
The text was updated successfully, but these errors were encountered: