noether.data.datasets.cfd.emmi_wing.split_hf

Classes

WingHFSplitIDs

Emmi-Wing HuggingFace subset splits (248 cases: 200 train / 24 val / 24 test).

Module Contents

class noether.data.datasets.cfd.emmi_wing.split_hf.WingHFSplitIDs(/, **data)

Bases: noether.data.base.dataset.DatasetSplitIDs

Emmi-Wing HuggingFace subset splits (248 cases: 200 train / 24 val / 24 test).

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

Parameters:

data (Any)

train: list[int] = [0, 2, 3, 4, 5, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 29, 30, 31, 32,...
val: list[int] = [1, 39, 40, 50, 56, 71, 87, 107, 114, 143, 150, 166, 178, 179, 183, 194, 195, 206, 207, 212,...
test: list[int] = [6, 7, 8, 22, 23, 26, 28, 35, 55, 57, 59, 62, 70, 108, 129, 139, 151, 154, 163, 173, 188, 189, 228, 244]