Dataset Viewer
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
emotion: string
key: string
desc0: string
cue: string
gens: list<item: struct<gen: int64, best_fit: double, best_emo: double, mean_fit: double, n: int64>>
child 0, item: struct<gen: int64, best_fit: double, best_emo: double, mean_fit: double, n: int64>
child 0, gen: int64
child 1, best_fit: double
child 2, best_emo: double
child 3, mean_fit: double
child 4, n: int64
hof: list<item: struct<fit: double, mean_emo: double, mean_wer: double, mean_genu: double, mean_blend: do (... 224 chars omitted)
child 0, item: struct<fit: double, mean_emo: double, mean_wer: double, mean_genu: double, mean_blend: double, n: in (... 212 chars omitted)
child 0, fit: double
child 1, mean_emo: double
child 2, mean_wer: double
child 3, mean_genu: double
child 4, mean_blend: double
child 5, n: int64
child 6, best: struct<emo: double, genu: double, blend: double, wer: double, dur: double, b64: string>
child 0, emo: double
child 1, genu: double
child 2, blend: double
child 3, wer: double
child 4, dur: double
child 5, b64: string
child 7, genome: struct<desc: string, cue: string, text: string, lam: double, temp: double, top_p: double, top_k: int (... 3 chars omitted)
child 0, desc: string
child 1, cue: string
child 2, text: string
child 3, lam: double
child 4, temp: double
child 5, top_p: double
...
ld 4, dur: double
child 5, b64: string
child 7, genome: struct<desc: string, cue: string, text: string, lam: double, temp: double, top_p: double, top_k: int (... 3 chars omitted)
child 0, desc: string
child 1, cue: string
child 2, text: string
child 3, lam: double
child 4, temp: double
child 5, top_p: double
child 6, top_k: int64
baseline_edgeprompt_noLoRA: struct<emo: double, genu: double, blend: double, arou: double, wer: double, dsp: struct<rms: double, (... 235 chars omitted)
child 0, emo: double
child 1, genu: double
child 2, blend: double
child 3, arou: double
child 4, wer: double
child 5, dsp: struct<rms: double, pitch: double, jit: double, flat: double, trem: double>
child 0, rms: double
child 1, pitch: double
child 2, jit: double
child 3, flat: double
child 4, trem: double
child 6, dur: double
child 7, fit: double
child 8, b64: string
child 9, genome: struct<desc: string, cue: string, tags: list<item: string>, text: string, lam: double, temp: double, (... 29 chars omitted)
child 0, desc: string
child 1, cue: string
child 2, tags: list<item: string>
child 0, item: string
child 3, text: string
child 4, lam: double
child 5, temp: double
child 6, top_p: double
child 7, top_k: int64
cfg: struct<lora: string, key: string, cue: string>
child 0, lora: string
child 1, key: string
child 2, cue: string
target: string
to
{'target': Value('string'), 'cfg': {'lora': Value('string'), 'key': Value('string'), 'cue': Value('string')}, 'gens': List({'gen': Value('int64'), 'best': Value('float64'), 'mean': Value('float64'), 'n': Value('int64')}), 'hof': List({'emo': Value('float64'), 'genu': Value('float64'), 'blend': Value('float64'), 'arou': Value('float64'), 'wer': Value('float64'), 'dsp': {'rms': Value('float64'), 'pitch': Value('float64'), 'jit': Value('float64'), 'flat': Value('float64'), 'trem': Value('float64')}, 'dur': Value('float64'), 'fit': Value('float64'), 'genome': {'desc': Value('string'), 'cue': Value('string'), 'tags': List(Value('string')), 'text': Value('string'), 'lam': Value('float64'), 'temp': Value('float64'), 'top_p': Value('float64'), 'top_k': Value('int64')}, 'b64': Value('string')}), 'baseline_neutral': {'emo': Value('float64'), 'genu': Value('float64'), 'blend': Value('float64'), 'arou': Value('float64'), 'wer': Value('float64'), 'dsp': {'rms': Value('float64'), 'pitch': Value('float64'), 'jit': Value('float64'), 'flat': Value('float64'), 'trem': Value('float64')}, 'dur': Value('float64'), 'fit': Value('float64'), 'b64': Value('string'), 'text': Value('string')}, 'baseline_edgeprompt_noLoRA': {'emo': Value('float64'), 'genu': Value('float64'), 'blend': Value('float64'), 'arou': Value('float64'), 'wer': Value('float64'), 'dsp': {'rms': Value('float64'), 'pitch': Value('float64'), 'jit': Value('float64'), 'flat': Value('float64'), 'trem': Value('float64')}, 'dur': Value('float64'), 'fit': Value('float64'), 'b64': Value('string'), 'genome': {'desc': Value('string'), 'cue': Value('string'), 'tags': List(Value('string')), 'text': Value('string'), 'lam': Value('float64'), 'temp': Value('float64'), 'top_p': Value('float64'), 'top_k': Value('int64')}}}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 149, in get_rows_or_raise
return get_rows(
dataset=dataset,
...<4 lines>...
column_names=column_names,
)
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
File "/src/services/worker/src/worker/utils.py", line 129, in get_rows
rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
File "/src/services/worker/src/worker/utils.py", line 489, in safe_iter
yield from ds.decode(False) if ds.features else ds
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
for key, pa_table in self._iter_arrow():
~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
emotion: string
key: string
desc0: string
cue: string
gens: list<item: struct<gen: int64, best_fit: double, best_emo: double, mean_fit: double, n: int64>>
child 0, item: struct<gen: int64, best_fit: double, best_emo: double, mean_fit: double, n: int64>
child 0, gen: int64
child 1, best_fit: double
child 2, best_emo: double
child 3, mean_fit: double
child 4, n: int64
hof: list<item: struct<fit: double, mean_emo: double, mean_wer: double, mean_genu: double, mean_blend: do (... 224 chars omitted)
child 0, item: struct<fit: double, mean_emo: double, mean_wer: double, mean_genu: double, mean_blend: double, n: in (... 212 chars omitted)
child 0, fit: double
child 1, mean_emo: double
child 2, mean_wer: double
child 3, mean_genu: double
child 4, mean_blend: double
child 5, n: int64
child 6, best: struct<emo: double, genu: double, blend: double, wer: double, dur: double, b64: string>
child 0, emo: double
child 1, genu: double
child 2, blend: double
child 3, wer: double
child 4, dur: double
child 5, b64: string
child 7, genome: struct<desc: string, cue: string, text: string, lam: double, temp: double, top_p: double, top_k: int (... 3 chars omitted)
child 0, desc: string
child 1, cue: string
child 2, text: string
child 3, lam: double
child 4, temp: double
child 5, top_p: double
...
ld 4, dur: double
child 5, b64: string
child 7, genome: struct<desc: string, cue: string, text: string, lam: double, temp: double, top_p: double, top_k: int (... 3 chars omitted)
child 0, desc: string
child 1, cue: string
child 2, text: string
child 3, lam: double
child 4, temp: double
child 5, top_p: double
child 6, top_k: int64
baseline_edgeprompt_noLoRA: struct<emo: double, genu: double, blend: double, arou: double, wer: double, dsp: struct<rms: double, (... 235 chars omitted)
child 0, emo: double
child 1, genu: double
child 2, blend: double
child 3, arou: double
child 4, wer: double
child 5, dsp: struct<rms: double, pitch: double, jit: double, flat: double, trem: double>
child 0, rms: double
child 1, pitch: double
child 2, jit: double
child 3, flat: double
child 4, trem: double
child 6, dur: double
child 7, fit: double
child 8, b64: string
child 9, genome: struct<desc: string, cue: string, tags: list<item: string>, text: string, lam: double, temp: double, (... 29 chars omitted)
child 0, desc: string
child 1, cue: string
child 2, tags: list<item: string>
child 0, item: string
child 3, text: string
child 4, lam: double
child 5, temp: double
child 6, top_p: double
child 7, top_k: int64
cfg: struct<lora: string, key: string, cue: string>
child 0, lora: string
child 1, key: string
child 2, cue: string
target: string
to
{'target': Value('string'), 'cfg': {'lora': Value('string'), 'key': Value('string'), 'cue': Value('string')}, 'gens': List({'gen': Value('int64'), 'best': Value('float64'), 'mean': Value('float64'), 'n': Value('int64')}), 'hof': List({'emo': Value('float64'), 'genu': Value('float64'), 'blend': Value('float64'), 'arou': Value('float64'), 'wer': Value('float64'), 'dsp': {'rms': Value('float64'), 'pitch': Value('float64'), 'jit': Value('float64'), 'flat': Value('float64'), 'trem': Value('float64')}, 'dur': Value('float64'), 'fit': Value('float64'), 'genome': {'desc': Value('string'), 'cue': Value('string'), 'tags': List(Value('string')), 'text': Value('string'), 'lam': Value('float64'), 'temp': Value('float64'), 'top_p': Value('float64'), 'top_k': Value('int64')}, 'b64': Value('string')}), 'baseline_neutral': {'emo': Value('float64'), 'genu': Value('float64'), 'blend': Value('float64'), 'arou': Value('float64'), 'wer': Value('float64'), 'dsp': {'rms': Value('float64'), 'pitch': Value('float64'), 'jit': Value('float64'), 'flat': Value('float64'), 'trem': Value('float64')}, 'dur': Value('float64'), 'fit': Value('float64'), 'b64': Value('string'), 'text': Value('string')}, 'baseline_edgeprompt_noLoRA': {'emo': Value('float64'), 'genu': Value('float64'), 'blend': Value('float64'), 'arou': Value('float64'), 'wer': Value('float64'), 'dsp': {'rms': Value('float64'), 'pitch': Value('float64'), 'jit': Value('float64'), 'flat': Value('float64'), 'trem': Value('float64')}, 'dur': Value('float64'), 'fit': Value('float64'), 'b64': Value('string'), 'genome': {'desc': Value('string'), 'cue': Value('string'), 'tags': List(Value('string')), 'text': Value('string'), 'lam': Value('float64'), 'temp': Value('float64'), 'top_p': Value('float64'), 'top_k': Value('int64')}}}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
No dataset card yet
- Downloads last month
- 51