Datasets:
huggingface `load_dataset` command fails
#2
by cyrusyc - opened
Thanks for sharing the dataset! I found the latest huggingface download command has broken perhaps due to the change of file name.
load_dataset("materialyze/matpes", "r2scan-2025.2")
FileNotFoundError: Couldn't find 'materialyze/matpes' on the Hugging Face Hub either: FileNotFoundError: Unable to find 'hf://datasets/materialyze/matpes@a65134b9926f9b6b3f584e43fb855fd215e29a64/MatPES-PBE-2025.2-charges.json'
Specifying older revision could temporarily resolve the issue
load_dataset("materialyze/matpes", "r2scan-2025.2", revision="f516f56d96f54ea1c0aee58919e7c38bfc0cb755")
Thanks. It is actually due to the config in the yaml./ I just fixed it. Can you try again?
shyuep changed discussion status to closed