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
# check if there is $HF_TOKEN in the environment variables
if [ -z "$HF_TOKEN" ]
then
echo "Warning: HuggingFace dataset LIMA requires permissive access."
echo "Warning: Please request the access at https://huggingface.co/datasets/GAIR/lima and set the HF_TOKEN environment variable before running this script."