Add library_name and ensure correct pipeline tag (#2)
Browse files- Add library_name and ensure correct pipeline tag (a282f145a3f1db35e9c86554fdfafa74a1c44bc3)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,17 +1,18 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- espnet
|
| 4 |
- audio
|
| 5 |
- automatic-speech-recognition
|
| 6 |
- speech-translation
|
| 7 |
- language-identification
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
- espnet/yodas_owsmv4
|
| 11 |
-
license: cc-by-4.0
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
| 15 |
## Open Whisper-style Speech Model (OWSM)
|
| 16 |
|
| 17 |
OWSM aims to develop fully open speech foundation models using publicly available data and open-source toolkits, including [ESPnet](https://github.com/espnet/espnet).
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets:
|
| 3 |
+
- espnet/yodas_owsmv4
|
| 4 |
+
language: multilingual
|
| 5 |
+
license: cc-by-4.0
|
| 6 |
tags:
|
| 7 |
- espnet
|
| 8 |
- audio
|
| 9 |
- automatic-speech-recognition
|
| 10 |
- speech-translation
|
| 11 |
- language-identification
|
| 12 |
+
library_name: espnet
|
| 13 |
+
pipeline_tag: automatic-speech-recognition
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
|
|
|
| 16 |
## Open Whisper-style Speech Model (OWSM)
|
| 17 |
|
| 18 |
OWSM aims to develop fully open speech foundation models using publicly available data and open-source toolkits, including [ESPnet](https://github.com/espnet/espnet).
|