Dataset Viewer
The dataset viewer is not available for this subset.
Cannot get the split names for the config 'default' of the dataset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
~~~~~~~~~~~~~~~~~~~~~~~~~^
StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 91, in _split_generators
inferred_arrow_schema = pa.concat_tables(pa_tables, promote_options="default").schema
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "pyarrow/table.pxi", line 6320, in pyarrow.lib.concat_tables
File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
raise convert_status(status)
pyarrow.lib.ArrowTypeError: Unable to merge: Field json has incompatible types: struct<manifests: list<item: struct<annotations: struct<io.containerd.image.name: string, org.opencontainers.image.ref.name: string>, digest: string, mediaType: string, size: int64>>, mediaType: string, schemaVersion: int64> vs list<item: struct<Config: string, LayerSources: struct<sha256:07ee3984d8dccbd2dbfa67dc63341ab3dd09d7ee93e64ef1fc7a44320c0c2a14: struct<digest: string, mediaType: string, size: int64>, sha256:113841b8e5489aab80ce2295ff657705da8fe89b94d01661ffb97a3e602a3fc9: struct<digest: string, mediaType: string, size: int64>, sha256:87789b4759574d0363ad2526fd17dfecd1d20a299c37609fef36f1f2c1f164fa: struct<digest: string, mediaType: string, size: int64>, sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d: struct<digest: string, mediaType: string, size: int64>, sha256:97a0b8cc2401c1ebbb99d8e13e650081ae7fe754ee8ad914a6f7808cb7c8196f: struct<digest: string, mediaType: string, size: int64>, sha256:cbf81f2d634985a27970f35fed3d65dfab9ef2ef1e9ec7d9469dda084fc468e9: struct<digest: string, mediaType: string, size: int64>>, Layers: list<item: string>, RepoTags: list<item: string>>>
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 66, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
~~~~~~~~~~~~~~~~~~~~~~~^
path=dataset,
^^^^^^^^^^^^^
config_name=config,
^^^^^^^^^^^^^^^^^^^
token=hf_token,
^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
path,
...<6 lines>...
**config_kwargs,
)
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.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.
meralion-asr-align (Docker image)
Prebuilt Docker image for the ASR-Align sidecar (CTC forced alignment + NeMo speaker diarization)
of the MERaLiON single-GPU ASR bundle. Shipped as a docker load-able tarball. No build required.
Use
huggingface-cli download MERaLiON-CTM/meralion-asr-align-docker \
meralion-asr-align.tar.gz --repo-type dataset --local-dir .
docker load -i meralion-asr-align.tar.gz # -> meralion/meralion-asr-align:latest
Bring it up via the bundle's docker compose with the diarization profile.
- Downloads last month
- 39