Datasets:
Tasks:
Audio-to-Audio
Modalities:
Audio
Formats:
soundfolder
Size:
< 1K
ArXiv:
Tags:
audio-super-resolution
License:
Add task category, link to paper
Browse filesThis PR ensures the dataset can be found at https://huggingface.co/datasets?task_categories=audio-to-audio as well as at https://huggingface.co/papers/2501.10045.
README.md
CHANGED
@@ -1,8 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
4 |
# LJSpeech-1.1 High-Resolution Dataset (48,000 Hz)
|
5 |
|
|
|
6 |
|
7 |
The LJSpeech-1.1 dataset, widely recognized for its utility in text-to-speech (TTS) and other speech processing tasks, has now been enhanced through a cutting-edge speech
|
8 |
super-resolution algorithm. The original dataset, which featured a sampling rate of 22,050 Hz, has been upscaled to 48,000 Hz using [**ClearerVoice-Studio**](https://github.com/modelscope/ClearerVoice-Studio), providing a high-fidelity version suitable
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- audio-to-audio
|
5 |
+
tags:
|
6 |
+
- audio-super-resolution
|
7 |
---
|
8 |
+
|
9 |
# LJSpeech-1.1 High-Resolution Dataset (48,000 Hz)
|
10 |
|
11 |
+
This dataset was created using the method described in [HiFi-SR: A Unified Generative Transformer-Convolutional Adversarial Network for High-Fidelity Speech Super-Resolution](https://huggingface.co/papers/2501.10045).
|
12 |
|
13 |
The LJSpeech-1.1 dataset, widely recognized for its utility in text-to-speech (TTS) and other speech processing tasks, has now been enhanced through a cutting-edge speech
|
14 |
super-resolution algorithm. The original dataset, which featured a sampling rate of 22,050 Hz, has been upscaled to 48,000 Hz using [**ClearerVoice-Studio**](https://github.com/modelscope/ClearerVoice-Studio), providing a high-fidelity version suitable
|