Spaces:
Runtime error
Runtime error
Commit ·
effac6d
1
Parent(s): 21b1477
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,13 @@ pinned: false
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
This is a demo for Whisper-AT in the paper, ["Whisper-AT: Noise-Robust Automatic Speech Recognizers are Also Strong General Audio Event Taggers"](https://arxiv.org/abs/2307.03183)
|
| 14 |
+
|
| 15 |
+
```
|
| 16 |
+
@inproceedings{gong_whisperat,
|
| 17 |
+
author={Gong, Yuan and Khurana, Sameer and Karlinsky, Leonid and Glass, James},
|
| 18 |
+
title={Whisper-AT: Noise-Robust Automatic Speech Recognizers are Also Strong Audio Event Taggers},
|
| 19 |
+
year=2023,
|
| 20 |
+
booktitle={Proc. Interspeech 2023}
|
| 21 |
+
}
|
| 22 |
+
```
|