Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    HfHubHTTPError
Message:      404 Client Error: Not Found for url: https://cas-bridge-direct.xethub.hf.co/xet-bridge-us/69b36f4d0c8ca918e435c199/7b977d908ed514128564746c6c5f9247270703b4836d44352b2d3bdb2a49eefd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=cas%2F20260313%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260313T070923Z&X-Amz-Expires=3600&X-Amz-Signature=add8555c2dd22c21a9eb25a8341ad67657afd86a82c54994a008b18771547f27&X-Amz-SignedHeaders=host&X-Xet-Cas-Uid=app%3A6241c288797aadd4ac9dd1a9&response-content-disposition=inline%3B%20filename%2A%3DUTF-8%27%27audioset_realrec_barking_B3P5zyMA0Es.wav%3B%20filename%3D%22audioset_realrec_barking_B3P5zyMA0Es.wav%22%3B&response-content-type=audio%2Fwave&x-amz-checksum-mode=ENABLED&x-id=GetObject

request_id: 01KKK0EJ9SA3HX8PNX2SQEHM9J; (1) not found
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status
                  response.raise_for_status()
                File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 1026, in raise_for_status
                  raise HTTPError(http_error_msg, response=self)
              requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://cas-bridge-direct.xethub.hf.co/xet-bridge-us/69b36f4d0c8ca918e435c199/7b977d908ed514128564746c6c5f9247270703b4836d44352b2d3bdb2a49eefd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=cas%2F20260313%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260313T070923Z&X-Amz-Expires=3600&X-Amz-Signature=add8555c2dd22c21a9eb25a8341ad67657afd86a82c54994a008b18771547f27&X-Amz-SignedHeaders=host&X-Xet-Cas-Uid=app%3A6241c288797aadd4ac9dd1a9&response-content-disposition=inline%3B%20filename%2A%3DUTF-8%27%27audioset_realrec_barking_B3P5zyMA0Es.wav%3B%20filename%3D%22audioset_realrec_barking_B3P5zyMA0Es.wav%22%3B&response-content-type=audio%2Fwave&x-amz-checksum-mode=ENABLED&x-id=GetObject
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
                  return get_rows(
                         ^^^^^^^^^
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
                  rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2567, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2103, in __iter__
                  batch = formatter.format_batch(pa_table)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/formatting/formatting.py", line 472, in format_batch
                  batch = self.python_features_decoder.decode_batch(batch)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/formatting/formatting.py", line 234, in decode_batch
                  return self.features.decode_batch(batch, token_per_repo_id=self.token_per_repo_id) if self.features else batch
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/features/features.py", line 2254, in decode_batch
                  decode_nested_example(self[column_name], value, token_per_repo_id=token_per_repo_id)
                File "/usr/local/lib/python3.12/site-packages/datasets/features/features.py", line 1508, in decode_nested_example
                  return schema.decode_example(obj, token_per_repo_id=token_per_repo_id) if obj is not None else None
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/features/audio.py", line 211, in decode_example
                  audio = AudioDecoder(
                          ^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/torchcodec/decoders/_audio_decoder.py", line 64, in __init__
                  self._decoder = create_decoder(source=source, seek_mode="approximate")
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/torchcodec/decoders/_decoder_utils.py", line 45, in create_decoder
                  return core.create_from_file_like(source, seek_mode)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/torchcodec/_core/ops.py", line 151, in create_from_file_like
                  return _convert_to_tensor(_pybind_ops.create_from_file_like(file_like, seek_mode))
                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
                  out = read(*args, **kwargs)
                        ^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 1015, in read
                  return super().read(length)
                         ^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/fsspec/spec.py", line 1846, in read
                  out = self.cache._fetch(self.loc, self.loc + length)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/fsspec/caching.py", line 189, in _fetch
                  self.cache = self.fetcher(start, end)  # new block replaces old
                               ^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 976, in _fetch_range
                  hf_raise_for_status(r)
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 482, in hf_raise_for_status
                  raise _format(HfHubHTTPError, str(e), response) from e
              huggingface_hub.errors.HfHubHTTPError: 404 Client Error: Not Found for url: https://cas-bridge-direct.xethub.hf.co/xet-bridge-us/69b36f4d0c8ca918e435c199/7b977d908ed514128564746c6c5f9247270703b4836d44352b2d3bdb2a49eefd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=cas%2F20260313%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260313T070923Z&X-Amz-Expires=3600&X-Amz-Signature=add8555c2dd22c21a9eb25a8341ad67657afd86a82c54994a008b18771547f27&X-Amz-SignedHeaders=host&X-Xet-Cas-Uid=app%3A6241c288797aadd4ac9dd1a9&response-content-disposition=inline%3B%20filename%2A%3DUTF-8%27%27audioset_realrec_barking_B3P5zyMA0Es.wav%3B%20filename%3D%22audioset_realrec_barking_B3P5zyMA0Es.wav%22%3B&response-content-type=audio%2Fwave&x-amz-checksum-mode=ENABLED&x-id=GetObject
              
              request_id: 01KKK0EJ9SA3HX8PNX2SQEHM9J; (1) not found

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.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Deep Noise Suppression (DNS) Challenge - Interspeech 2020

This repository contains the datasets and scripts required for the DNS challenge. For more details about the challenge, please visit https://dns-challenge.azurewebsites.net/ and refer to our paper.

Repo details:

  • The datasets directory contains the clean speech and noise clips.
  • The NSNet-baseline directory contains the inference scripts and the ONNX model for the baseline Speech Enhancer called Noise Suppression Net (NSNet)
  • noisyspeech_synthesizer_singleprocess.py - is used to synthesize noisy-clean speech pairs for training purposes.
  • noisyspeech_synthesizer.cfg - is the configuration file used to synthesize the data. Users are required to accurately specify different parameters.
  • audiolib.py - contains modules required to synthesize datasets
  • utils.py - contains some utility functions required to synthesize the data
  • unit_tests_synthesizer.py - contains the unit tests to ensure sanity of the data

Prerequisites

  • Python 3.0 and above
  • Soundfile (pip install pysoundfile), librosa

Usage:

  1. Install librosa
pip install librosa
  1. Install Git Large File Storage for faster download of the datasets.
git lfs install
git lfs track "*.wav"
git add .gitattributes
  1. Clone the repository.
git clone https://github.com/microsoft/DNS-Challenge DNS-Challenge
  1. Edit noisyspeech_synthesizer.cfg to include the paths to clean speech and noise directories. Also, specify the paths to the destination directories and store logs.
  2. Create dataset
python noisyspeech_synthesizer_multiprocessing.py

Citation:

For the datasets and the DNS challenge:

@article{reddy2020interspeech,
  title={The INTERSPEECH 2020 Deep Noise Suppression Challenge: Datasets, Subjective Testing Framework, and Challenge Results},
  author={Reddy, Chandan KA and Gopal, Vishak and Cutler, Ross and Beyrami, Ebrahim and Cheng, Roger and Dubey, Harishchandra and Matusevych, Sergiy and Aichner, Robert and Aazami, Ashkan and Braun, Sebastian and others},
  journal={arXiv preprint arXiv:2005.13981},
  year={2020}
}

The baseline NSNet noise suppression:

@INPROCEEDINGS{9054254, author={Y. {Xia} and S. {Braun} and C. K. A. {Reddy} 
and H. {Dubey} and R. {Cutler} and I. {Tashev}}, 
booktitle={ICASSP 2020 - 2020 IEEE International Conference on Acoustics, 
Speech and Signal Processing (ICASSP)}, 
title={Weighted Speech Distortion Losses for Neural-Network-Based Real-Time Speech Enhancement}, 
year={2020}, volume={}, number={}, pages={871-875},}

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Legal Notices

Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/en-us/

Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.

Dataset licenses

MICROSOFT PROVIDES THE DATASETS ON AN "AS IS" BASIS. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, GUARANTEES OR CONDITIONS WITH RESPECT TO YOUR USE OF THE DATASETS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAW, MICROSOFT DISCLAIMS ALL LIABILITY FOR ANY DAMAGES OR LOSSES, INLCUDING DIRECT, CONSEQUENTIAL, SPECIAL, INDIRECT, INCIDENTAL OR PUNITIVE, RESULTING FROM YOUR USE OF THE DATASETS.

The datasets are provided under the original terms that Microsoft received such datasets. See below for more information about each dataset.

The datasets used in this project are licensed as follows:

  1. Clean speech:
  1. Noise:

Code license

MIT License

Copyright (c) Microsoft Corporation.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE

Downloads last month
44,716

Paper for majestical1/DNS-Challenge