Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 9 new columns ({'lc', 'word', 'pos', 'logfreq', 'bu', 'duration', 'td', 'onset', 'offset'}) and 3 missing columns ({'f0', 'time', 'intensity'}).
This happened while the csv dataset builder was generating data using
hf://datasets/Mohith202/brainrl-config-data/annotation/single_female_word_information.csv (at revision a11b42439f971bbb64357bf314ce311c0a6181c7), [/tmp/hf-datasets-cache/medium/datasets/71357777149184-config-parquet-and-info-Mohith202-brainrl-config--cc2b56d9/hub/datasets--Mohith202--brainrl-config-data/snapshots/a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/mix_acoustic.csv (origin=hf://datasets/Mohith202/brainrl-config-data@a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/mix_acoustic.csv), /tmp/hf-datasets-cache/medium/datasets/71357777149184-config-parquet-and-info-Mohith202-brainrl-config--cc2b56d9/hub/datasets--Mohith202--brainrl-config-data/snapshots/a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_female_acoustic.csv (origin=hf://datasets/Mohith202/brainrl-config-data@a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_female_acoustic.csv), /tmp/hf-datasets-cache/medium/datasets/71357777149184-config-parquet-and-info-Mohith202-brainrl-config--cc2b56d9/hub/datasets--Mohith202--brainrl-config-data/snapshots/a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_female_word_information.csv (origin=hf://datasets/Mohith202/brainrl-config-data@a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_female_word_information.csv), /tmp/hf-datasets-cache/medium/datasets/71357777149184-config-parquet-and-info-Mohith202-brainrl-config--cc2b56d9/hub/datasets--Mohith202--brainrl-config-data/snapshots/a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_male_acoustic.csv (origin=hf://datasets/Mohith202/brainrl-config-data@a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_male_acoustic.csv), /tmp/hf-datasets-cache/medium/datasets/71357777149184-config-parquet-and-info-Mohith202-brainrl-config--cc2b56d9/hub/datasets--Mohith202--brainrl-config-data/snapshots/a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_male_word_information.csv (origin=hf://datasets/Mohith202/brainrl-config-data@a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_male_word_information.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2281, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2227, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
word: string
onset: int64
offset: int64
duration: int64
logfreq: double
pos: string
td: int64
bu: int64
lc: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1223
to
{'time': Value('float64'), 'f0': Value('float64'), 'intensity': Value('float64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 9 new columns ({'lc', 'word', 'pos', 'logfreq', 'bu', 'duration', 'td', 'onset', 'offset'}) and 3 missing columns ({'f0', 'time', 'intensity'}).
This happened while the csv dataset builder was generating data using
hf://datasets/Mohith202/brainrl-config-data/annotation/single_female_word_information.csv (at revision a11b42439f971bbb64357bf314ce311c0a6181c7), [/tmp/hf-datasets-cache/medium/datasets/71357777149184-config-parquet-and-info-Mohith202-brainrl-config--cc2b56d9/hub/datasets--Mohith202--brainrl-config-data/snapshots/a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/mix_acoustic.csv (origin=hf://datasets/Mohith202/brainrl-config-data@a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/mix_acoustic.csv), /tmp/hf-datasets-cache/medium/datasets/71357777149184-config-parquet-and-info-Mohith202-brainrl-config--cc2b56d9/hub/datasets--Mohith202--brainrl-config-data/snapshots/a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_female_acoustic.csv (origin=hf://datasets/Mohith202/brainrl-config-data@a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_female_acoustic.csv), /tmp/hf-datasets-cache/medium/datasets/71357777149184-config-parquet-and-info-Mohith202-brainrl-config--cc2b56d9/hub/datasets--Mohith202--brainrl-config-data/snapshots/a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_female_word_information.csv (origin=hf://datasets/Mohith202/brainrl-config-data@a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_female_word_information.csv), /tmp/hf-datasets-cache/medium/datasets/71357777149184-config-parquet-and-info-Mohith202-brainrl-config--cc2b56d9/hub/datasets--Mohith202--brainrl-config-data/snapshots/a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_male_acoustic.csv (origin=hf://datasets/Mohith202/brainrl-config-data@a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_male_acoustic.csv), /tmp/hf-datasets-cache/medium/datasets/71357777149184-config-parquet-and-info-Mohith202-brainrl-config--cc2b56d9/hub/datasets--Mohith202--brainrl-config-data/snapshots/a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_male_word_information.csv (origin=hf://datasets/Mohith202/brainrl-config-data@a11b42439f971bbb64357bf314ce311c0a6181c7/annotation/single_male_word_information.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
time float64 | f0 float64 | intensity float64 |
|---|---|---|
0 | 0 | 29.050584 |
0.001 | 0 | 31.00116 |
0.002 | 0 | 32.951736 |
0.003 | 0 | 34.902313 |
0.004 | 0 | 36.852889 |
0.005 | 0 | 38.803465 |
0.006 | 0 | 40.754041 |
0.007 | 0 | 42.704618 |
0.008 | 0 | 44.655194 |
0.009 | 0 | 45.998393 |
0.01 | 0 | 47.341076 |
0.011 | 0 | 48.683759 |
0.012 | 0 | 50.026442 |
0.013 | 0 | 51.369125 |
0.014 | 0 | 52.711808 |
0.015 | 0 | 54.054491 |
0.016 | 0 | 55.397174 |
0.017 | 44.771643 | 56.227211 |
0.018 | 89.61948 | 57.056375 |
0.019 | 134.467318 | 57.88554 |
0.02 | 179.315155 | 58.714704 |
0.021 | 224.162993 | 59.543869 |
0.022 | 269.01083 | 60.373033 |
0.023 | 313.858667 | 61.202198 |
0.024 | 358.706505 | 62.031362 |
0.025 | 357.347014 | 62.498988 |
0.026 | 355.869465 | 62.965689 |
0.027 | 354.391917 | 63.432391 |
0.028 | 352.914368 | 63.899093 |
0.029 | 351.43682 | 64.365794 |
0.03 | 349.959271 | 64.832496 |
0.031 | 348.481723 | 65.299197 |
0.032 | 347.004174 | 65.765899 |
0.033 | 346.352686 | 65.997824 |
0.034 | 345.704014 | 66.228948 |
0.035 | 345.055342 | 66.460072 |
0.036 | 344.40667 | 66.691196 |
0.037 | 343.757998 | 66.92232 |
0.038 | 343.109326 | 67.153444 |
0.039 | 342.460654 | 67.384568 |
0.04 | 341.811982 | 67.615693 |
0.041 | 341.533578 | 67.696633 |
0.042 | 341.256753 | 67.776933 |
0.043 | 340.979928 | 67.857233 |
0.044 | 340.703103 | 67.937533 |
0.045 | 340.426278 | 68.017833 |
0.046 | 340.149453 | 68.098133 |
0.047 | 339.872628 | 68.178433 |
0.048 | 339.595803 | 68.258733 |
0.049 | 339.721571 | 68.262469 |
0.05 | 339.849401 | 68.265812 |
0.051 | 339.977231 | 68.269156 |
0.052 | 340.105061 | 68.272499 |
0.053 | 340.232891 | 68.275843 |
0.054 | 340.360722 | 68.279186 |
0.055 | 340.488552 | 68.282529 |
0.056 | 340.616382 | 68.285873 |
0.057 | 340.62079 | 68.27285 |
0.058 | 340.624459 | 68.25973 |
0.059 | 340.628128 | 68.24661 |
0.06 | 340.631797 | 68.233489 |
0.061 | 340.635467 | 68.220369 |
0.062 | 340.639136 | 68.207249 |
0.063 | 340.642805 | 68.194128 |
0.064 | 340.646475 | 68.181008 |
0.065 | 340.675586 | 68.187617 |
0.066 | 340.704871 | 68.194362 |
0.067 | 340.734156 | 68.201106 |
0.068 | 340.763441 | 68.20785 |
0.069 | 340.792726 | 68.214594 |
0.07 | 340.822012 | 68.221339 |
0.071 | 340.851297 | 68.228083 |
0.072 | 340.880582 | 68.234827 |
0.073 | 340.854983 | 68.266597 |
0.074 | 340.828961 | 68.298559 |
0.075 | 340.80294 | 68.330522 |
0.076 | 340.776918 | 68.362484 |
0.077 | 340.750896 | 68.394447 |
0.078 | 340.724875 | 68.426409 |
0.079 | 340.698853 | 68.458372 |
0.08 | 340.672831 | 68.490334 |
0.081 | 340.662426 | 68.52936 |
0.082 | 340.652155 | 68.568446 |
0.083 | 340.641883 | 68.607533 |
0.084 | 340.631612 | 68.646619 |
0.085 | 340.621341 | 68.685705 |
0.086 | 340.61107 | 68.724792 |
0.087 | 340.600798 | 68.763878 |
0.088 | 340.590527 | 68.802964 |
0.089 | 340.462643 | 68.860763 |
0.09 | 340.33365 | 68.918738 |
0.091 | 340.204657 | 68.976713 |
0.092 | 340.075663 | 69.034688 |
0.093 | 339.94667 | 69.092663 |
0.094 | 339.817677 | 69.150638 |
0.095 | 339.688684 | 69.208613 |
0.096 | 339.55969 | 69.266588 |
0.097 | 339.424264 | 69.398499 |
0.098 | 339.288772 | 69.531171 |
0.099 | 339.153279 | 69.663843 |
End of preview.
No dataset card yet
- Downloads last month
- 16