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
return check_status(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:0057caea0cb3e72bd6f2d49347dba8ae7d5fc382463562d857a52590086108c9: struct<digest: string, mediaType: string, size: int64>, sha256:238e2e11e8e930dfd71e44ddaffd7de281776381939e6f715f8508b97f8174c4: struct<digest: string, mediaType: string, size: int64>, sha256:368c8c2506108263cb505fadd95e7fb3e0ca12fb712b81c806797c1e5ada05ec: struct<digest: string, mediaType: string, size: int64>, sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef: struct<digest: string, mediaType: string, size: int64>, sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d: struct<digest: string, mediaType: string, size: int64>, sha256:dadd7526130d5d2284deaa6f1572c02225c42ac57b3bd6e4572ca18cefa7123d: struct<digest: string, mediaType: string, size: int64>, sha256:ee832b496845430cb379271d17331e0e31461c5cc82b178c70878bd268695a28: 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
- -