I tried running the following command
dataset = load_dataset("csv", data_files="https://huggingface.co/sl02/np-datasets/resolve/main/org_datasets/distinct_org_classes_with_depth.csv", use_auth_token=True)
but it fails with the following error
HTTPError: 404 Client Error: Not Found for url
I have set the token successfully and generated the url with the hf_hub_url()
function
So I am not sure why the url is incorrect. Any idea what I am missing here?