The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    FileNotFoundError
Message:      Couldn't find a dataset script at /src/services/worker/hrukalive/PUBJP_slicing_and_transcriptions/PUBJP_slicing_and_transcriptions.py or any data file in the same directory. Couldn't find 'hrukalive/PUBJP_slicing_and_transcriptions' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in hrukalive/PUBJP_slicing_and_transcriptions. 
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 55, in compute_config_names_response
                  for config in sorted(get_dataset_config_names(path=dataset, token=hf_token))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 351, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1508, in dataset_module_factory
                  raise FileNotFoundError(
              FileNotFoundError: Couldn't find a dataset script at /src/services/worker/hrukalive/PUBJP_slicing_and_transcriptions/PUBJP_slicing_and_transcriptions.py or any data file in the same directory. Couldn't find 'hrukalive/PUBJP_slicing_and_transcriptions' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in hrukalive/PUBJP_slicing_and_transcriptions.

Need help to make the dataset viewer work? Open a discussion for direct support.

Contains batch commands for slicing the audio (need ffmpeg and sox). Slicing range is determined by dynamic programming to ensure ~8s of slices.

Audio needs to be copied to the wav/ folder for the command to work. Provided transcriptions file is after dictionary mapping, if you need a different mapping, please first convert the provided TextGrid files and then use the script included to generate your own.

内含音频切片命令(需ffmpeg和sox),切片范围通过动规算法让其长度尽量为8s。 音频需要正确放入wav/文件夹,提供的transcriptions文件已经经过字典映射,如果你需要使用你自己的字典,请先转换提供的TextGrid文件,然后再使用提供的脚本重新生成transcriptions。

Downloads last month
1