I'm trying to download this repo using the new hf path, and managed to succeed for a bunch of repos, but this repo consistently gives an error (although for different parquets occasionally)
Path I'm using:
hf://datasets/AlgorithmicResearchGroup/arxiv_research_code/
DaftCoreException: DaftError::External Cached error: Unable to open file
https://huggingface.co/api/datasets/AlgorithmicResearchGroup/arxiv_research_code/parquet/default/train/78.parquet: reqwest::Error { kind: Status(400), url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("
huggingface.co")), port: None, path: "/api/datasets/AlgorithmicResearchGroup/arxiv_research_code/parquet/default/train/78.parquet", query: None, fragment: None } }
Any ideas why this may be failing?