--- dataset_info: features: - name: object dtype: string - name: condition dtype: string - name: y sequence: sequence: float32 splits: - name: train num_bytes: 8448686.76923077 num_examples: 48 - name: test num_bytes: 704057.2307692308 num_examples: 4 download_size: 2149043 dataset_size: 9152744.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* --- # IMBD 2024 Training Dataset A preprocessed and re-organized training dataset from [IMBD 2024](https://imbd2024.thu.edu.tw/). By Team 113036 Dataset Unavailable. ## Dataset Summary This dataset consists of rows with the following columns: - `object`: The object ID, ranging from 1 to 13. - `condition`: The experimental condition, labeled from `a` to `d`. - `experiment`: The experiment ID, ranging from `y01` to `y10`. - `y`: A series of values, each with a length of 4000. The dataset is divided into `train` and `test` splits: - The `train` split includes object IDs 1 to 12, totaling 480 rows (12 objects x 4 conditions x 10 experiments). - The `test` split includes object ID 13, totaling 40 rows (1 object x 4 conditions x 10 experiments).