Datasets:
Dataset Viewer issue: DatasetGenerationCastError
#1
by Snaseem2026 - opened
Hi @patrickfleith thanks for putting this dataset together, it's a great benchmark resource.
The dataset viewer is currently broken because metadata.csv (anomaly segment metadata: start_time, end_time, root_cause, affected) has a different schema than the main telemetry CSVs, and the datasets library is trying to merge them into one schema.
A fix would be to define metadata.csv as its own config in the README YAML (e.g. config_name: metadata vs config_name: telemetry), so the two are treated as separate splits/configs. Happy to open a PR with the YAML change if useful — just wanted to flag first in case you'd prefer a different structure.