Dataset Viewer

The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

overview

  • the purpose of this repository is to load a certain dataset
  • more information about the dataset can be found in https://zenodo.org/records/11162448
  • this repository contains a small sample of the dataset

how to load dataset

  • download the dataset from https://zenodo.org/records/11162448. the folder data should contain the downloaded folders
  • define train, test and validation splits by redefining id_start and id_end in the loading script (Lenze_dataset.py)
  • you should define a config_name when calling the function load_dataset. the config_name is the name of a folder like H045_I_ccw_withoutLoad example: dataset = load_dataset("Lenze_dataset.py","H045_I_ccw_withoutLoad",trust_remote_code=True)
Downloads last month
1