I’m trying to get the following dataset (linked here). So wondering what to do with use_auth_token. I’m running this on a kaggle kernel, and I can store secrets, so is there a way of setting an environment variable to skip this authentication? Otherwise how can I authenticate to get access?
from datasets import load_dataset
pmd = load_dataset("facebook/pmd", use_auth_token=True)