2024 configs are broken

#3
by ccl-core - opened

Hi, I'm trying to load the dataset for the 2024 configs with:

from datasets import load_dataset
ds = load_dataset("RealTimeData/code_alltime", "2024-03")

but I get:

SchemaInferenceError: Please pass `features` or at least one example when writing data
The above exception was the direct cause of the following exception:
...
DatasetGenerationError: An error occurred while generating the dataset

Is this expected? Btw, also from the dataset viewer you can see that something is off with this dataset for those configs: e.g. for 2024-03 the number of rows is zero, even though the train split should contain 498 examples...

Sign up or log in to comment