Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,13 @@ language:
|
|
| 18 |
# HypothesesParadise
|
| 19 |
This repo releases the Robust HyPoradise dataset in paper "Large Language Models are Efficient Learners of Noise-Robust Speech Recognition."
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
UPDATE (Apr-18-2024): We have released the training data, which follows the same format as test data.
|
| 22 |
Considering the file size, the uploaded training data does not contain the speech features (vast size).
|
| 23 |
Alternatively, we have provided a script named `add_speech_feats_to_train_data.py` to generate them from raw speech (.wav).
|
|
|
|
| 18 |
# HypothesesParadise
|
| 19 |
This repo releases the Robust HyPoradise dataset in paper "Large Language Models are Efficient Learners of Noise-Robust Speech Recognition."
|
| 20 |
|
| 21 |
+
GitHub: https://github.com/YUCHEN005/RobustGER
|
| 22 |
+
|
| 23 |
+
Model: https://huggingface.co/PeacefulData/RobustGER
|
| 24 |
+
|
| 25 |
+
Data: This repo
|
| 26 |
+
|
| 27 |
+
|
| 28 |
UPDATE (Apr-18-2024): We have released the training data, which follows the same format as test data.
|
| 29 |
Considering the file size, the uploaded training data does not contain the speech features (vast size).
|
| 30 |
Alternatively, we have provided a script named `add_speech_feats_to_train_data.py` to generate them from raw speech (.wav).
|