The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    DataFilesNotFoundError
Message:      No (supported) data files found in PeacefulData/Robust-HyPoradise
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 73, in compute_config_names_response
                  config_names = get_dataset_config_names(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 347, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1904, in dataset_module_factory
                  raise e1 from None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1885, in dataset_module_factory
                  return HubDatasetModuleFactoryWithoutScript(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1270, in get_module
                  module_name, default_builder_kwargs = infer_module_for_data_files(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 597, in infer_module_for_data_files
                  raise DataFilesNotFoundError("No (supported) data files found" + (f" in {path}" if path else ""))
              datasets.exceptions.DataFilesNotFoundError: No (supported) data files found in PeacefulData/Robust-HyPoradise

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

HypothesesParadise

This repo releases the Robust HyPoradise dataset in paper "Large Language Models are Efficient Learners of Noise-Robust Speech Recognition."

GitHub: https://github.com/YUCHEN005/RobustGER

Model: https://huggingface.co/PeacefulData/RobustGER

Data: This repo

UPDATE (Apr-18-2024): We have released the training data, which follows the same format as test data. Considering the file size, the uploaded training data does not contain the speech features (vast size). Alternatively, we have provided a script named add_speech_feats_to_train_data.py to generate them from raw speech (.wav). You need to specify the raw speech path from utterance id in the script. Here are the available speech data: CHiME-4, VB-DEMAND, LS-FreeSound, NOIZEUS.

IMPORTANT: The vast speech feature size mentioned above is because Whisper requires a fix input length of 30s that is too long. Please do the follwing step before running data generation:

  • Modified the model code x = (x + self.positional_embedding).to(x.dtype) to be x = (x + self.positional_embedding[:x.shape[1], :]).to(x.dtype)

UPDATE (Apr-29-2024): To support customization, We release the script generate_robust_hp.py for users to generate train/test data from their own ASR datasets. We also release two necessary packages for generation, one is the jiwer package that is locally imported in generate_robust_hp.py, another one is the whisper decoding script decoding.py that should be put under locally installed whisper directory <your-path>/whisper/whisper.

If you consider this work would be related or useful for your research, please kindly consider to cite the work in ICLR 2024. Thank you.

@inproceedings{hu2024large,
  title={Large Language Models are Efficient Learners of Noise-Robust Speech Recognition},
  author={Hu, Yuchen and Chen, Chen and Yang, Chao-Han Huck and Li, Ruizhe and Zhang, Chao and Chen, Pin-Yu and Chng, Eng Siong},
  booktitle={International Conference on Learning Representations},
  year={2024}
}
Downloads last month
2
Edit dataset card

Models trained or fine-tuned on PeacefulData/Robust-HyPoradise