Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot extract the features (columns) for the split 'test' of the config 'default' of the dataset.
Error code:   FeaturesError
Exception:    ArrowInvalid
Message:      Schema at index 1 was different: 
__prototype: string
stavesCount: int64
staffGroups: list<item: list<item: int64>>
measures: list<item: struct<__prototype: string, measureIndex: int64, staffMask: int64, originalRegulationHash: string, patched: bool, position: struct<systemIndex: int64, localIndex: int64, left: double, right: double, staffYs: list<item: double>>, events: list<item: struct<__prototype: string, x: double, staff: int64, left: double, right: double, system: int64, intX: int64, ys: list<item: double>, pitches: list<item: struct<note: int64, alter: int64, octaveShift: int64>>, rest: null, division: int64, dots: int64, accessories: list<item: struct<type: string, id: string, direction: string, x: double>>, stemDirection: string, beam: string, timeWarp: struct<numerator: int64, denominator: int64>, tip: struct<x: double, y: double>, tick: int64, id: int64, tickGroup: int64, feature: struct<divisions: list<item: double>, dots: list<item: double>, beams: list<item: double>, stemDirections: list<item: double>, grace: int64>, noteIds: list<item: string>, roundX: double>>, endEvent: struct<__prototype: string, x: double, tick: int64>, contexts: list<item: list<item: struct<__prototype: string, x: double, staff: int64, y: int64, tokenType: string, tick: int64>>>, marks: list<item: struct<__prototype: string, tick: int64, duration: string, beats: string>>, duration: int64, voices: list<item: list<item: int64>>, break: bool, basics: list<item: struct<timeSignature: struct<numerator: int64, denominator: int64>, timeSigNumeric: bool, keySignature: int64>>, voltaBegin: bool, voltaEnd: bool, alternative: bool, matrixH: null, matrixV: null>>
vs
__prototype: string
stavesCount: int64
staffGroups: list<item: list<item: int64>>
measures: list<item: struct<__prototype: string, measureIndex: int64, staffMask: int64, position: struct<systemIndex: int64, localIndex: int64, left: double, right: double, staffYs: list<item: double>, staffYsFull: list<item: double>>, duration: int64, events: list<item: struct<__prototype: string, x: double, staff: int64, left: double, right: double, pivotX: double, system: int64, roundX: double, intX: int64, intY: int64, ys: list<item: double>, pitches: list<item: struct<note: int64, alter: int64, octaveShift: int64>>, rest: string, division: int64, dots: int64, accessories: list<item: struct<type: string, id: string, direction: string, x: double>>, stemDirection: string, beam: string, tip: struct<x: double, y: double>, tick: int64, id: int64, tickGroup: int64, feature: struct<divisions: list<item: double>, dots: list<item: double>, beams: list<item: double>, stemDirections: list<item: double>, grace: int64, tremoloCatcher: int64>, noteIds: list<item: string>, voice: int64, predisposition: struct<grace: bool, timeWarped: double, fullMeasure: double, fake: double, tick: int64, divisionVector: list<item: double>, dotsVector: list<item: double>, beamVector: list<item: double>, stemDirectionVector: list<item: double>, fakeP: double>>>, contexts: list<item: list<item: struct<__prototype: string, x: double, staff: int64, y: double, tokenType: string, tick: int64>>>, marks: list<item: null>, voltaBegin: bool, voltaEnd: bool, alternative: bool, barTypes: struct<Terminal: double>, indent: bool, basics: list<item: struct<timeSignature: struct<numerator: int64, denominator: int64>, timeSigNumeric: bool, keySignature: int64, doubtfulTimesig: bool>>, matrixH: null, matrixV: null, voices: list<item: list<item: int64>>, backgroundImages: list<item: struct<url: string, position: struct<x: double, y: double, width: double, height: double>, original: bool>>, graph: struct<measureIndex: int64, left: double, right: double, points: list<item: struct<semantic: string, x: double, y: double, extension: struct<y1: double, y2: double>, confidence: double, id: string, staff: int64, sy1: double, sy2: double>>>, originalRegulationHash: string, endEvent: struct<__prototype: string, tick: int64, x: double, pivotX: double>, patched: bool, estimatedDuration: int64, solutionStat: struct<loss: double>, break: bool>>
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 243, in compute_first_rows_from_streaming_response
                  iterable_dataset = iterable_dataset._resolve_features()
                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 3496, in _resolve_features
                  features = _infer_features_from_batch(self.with_format(None)._head())
                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2257, in _head
                  return next(iter(self.iter(batch_size=n)))
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2461, in iter
                  for key, example in iterator:
                                      ^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 1952, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 1974, in _iter_arrow
                  yield from self.ex_iterable._iter_arrow()
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 531, in _iter_arrow
                  yield new_key, pa.Table.from_batches(chunks_buffer)
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "pyarrow/table.pxi", line 5039, in pyarrow.lib.Table.from_batches
                File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
                File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
              pyarrow.lib.ArrowInvalid: Schema at index 1 was different: 
              __prototype: string
              stavesCount: int64
              staffGroups: list<item: list<item: int64>>
              measures: list<item: struct<__prototype: string, measureIndex: int64, staffMask: int64, originalRegulationHash: string, patched: bool, position: struct<systemIndex: int64, localIndex: int64, left: double, right: double, staffYs: list<item: double>>, events: list<item: struct<__prototype: string, x: double, staff: int64, left: double, right: double, system: int64, intX: int64, ys: list<item: double>, pitches: list<item: struct<note: int64, alter: int64, octaveShift: int64>>, rest: null, division: int64, dots: int64, accessories: list<item: struct<type: string, id: string, direction: string, x: double>>, stemDirection: string, beam: string, timeWarp: struct<numerator: int64, denominator: int64>, tip: struct<x: double, y: double>, tick: int64, id: int64, tickGroup: int64, feature: struct<divisions: list<item: double>, dots: list<item: double>, beams: list<item: double>, stemDirections: list<item: double>, grace: int64>, noteIds: list<item: string>, roundX: double>>, endEvent: struct<__prototype: string, x: double, tick: int64>, contexts: list<item: list<item: struct<__prototype: string, x: double, staff: int64, y: int64, tokenType: string, tick: int64>>>, marks: list<item: struct<__prototype: string, tick: int64, duration: string, beats: string>>, duration: int64, voices: list<item: list<item: int64>>, break: bool, basics: list<item: struct<timeSignature: struct<numerator: int64, denominator: int64>, timeSigNumeric: bool, keySignature: int64>>, voltaBegin: bool, voltaEnd: bool, alternative: bool, matrixH: null, matrixV: null>>
              vs
              __prototype: string
              stavesCount: int64
              staffGroups: list<item: list<item: int64>>
              measures: list<item: struct<__prototype: string, measureIndex: int64, staffMask: int64, position: struct<systemIndex: int64, localIndex: int64, left: double, right: double, staffYs: list<item: double>, staffYsFull: list<item: double>>, duration: int64, events: list<item: struct<__prototype: string, x: double, staff: int64, left: double, right: double, pivotX: double, system: int64, roundX: double, intX: int64, intY: int64, ys: list<item: double>, pitches: list<item: struct<note: int64, alter: int64, octaveShift: int64>>, rest: string, division: int64, dots: int64, accessories: list<item: struct<type: string, id: string, direction: string, x: double>>, stemDirection: string, beam: string, tip: struct<x: double, y: double>, tick: int64, id: int64, tickGroup: int64, feature: struct<divisions: list<item: double>, dots: list<item: double>, beams: list<item: double>, stemDirections: list<item: double>, grace: int64, tremoloCatcher: int64>, noteIds: list<item: string>, voice: int64, predisposition: struct<grace: bool, timeWarped: double, fullMeasure: double, fake: double, tick: int64, divisionVector: list<item: double>, dotsVector: list<item: double>, beamVector: list<item: double>, stemDirectionVector: list<item: double>, fakeP: double>>>, contexts: list<item: list<item: struct<__prototype: string, x: double, staff: int64, y: double, tokenType: string, tick: int64>>>, marks: list<item: null>, voltaBegin: bool, voltaEnd: bool, alternative: bool, barTypes: struct<Terminal: double>, indent: bool, basics: list<item: struct<timeSignature: struct<numerator: int64, denominator: int64>, timeSigNumeric: bool, keySignature: int64, doubtfulTimesig: bool>>, matrixH: null, matrixV: null, voices: list<item: list<item: int64>>, backgroundImages: list<item: struct<url: string, position: struct<x: double, y: double, width: double, height: double>, original: bool>>, graph: struct<measureIndex: int64, left: double, right: double, points: list<item: struct<semantic: string, x: double, y: double, extension: struct<y1: double, y2: double>, confidence: double, id: string, staff: int64, sy1: double, sy2: double>>>, originalRegulationHash: string, endEvent: struct<__prototype: string, tick: int64, x: double, pivotX: double>, patched: bool, estimatedDuration: int64, solutionStat: struct<loss: double>, break: bool>>

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.

README.md exists but content is empty.
Downloads last month
-