noether.data.datasets.cfd.emmi_wing.dataset_hf¶
Attributes¶
Classes¶
Emmi-Wing dataset loaded from the HuggingFace subset. |
Module Contents¶
- noether.data.datasets.cfd.emmi_wing.dataset_hf.logger¶
- noether.data.datasets.cfd.emmi_wing.dataset_hf.HF_REPO_ID = 'EmmiAI/Emmi-Wing'¶
- class noether.data.datasets.cfd.emmi_wing.dataset_hf.EmmiWingHFDataset(dataset_config)¶
Bases:
noether.data.datasets.cfd.emmi_wing.dataset.EmmiWingDatasetEmmi-Wing dataset loaded from the HuggingFace subset.
Uses the 248-case evaluation scan subset with its own train/val/test splits. The dataset can be auto-downloaded from HuggingFace using
download().- Parameters:
dataset_config (noether.core.schemas.dataset.StandardDatasetConfig) – Configuration for the dataset. See
DatasetBaseConfigfor available options.filemap – FileMap object defining the mapping of data properties to filenames. See
FileMapfor details.
- property get_dataset_splits: noether.core.schemas.dataset.DatasetSplitIDs¶
- Return type:
- static download(local_dir)¶
Download and extract the HF subset to a local directory.
Downloads
scans.zipfrom HuggingFace, extracts the nestedrun_N.ziparchives into<local_dir>/run_N/directories, and cleans up the zip files.