Add library_name and ensure correct pipeline tag
Browse filesThis PR updates the model card to include the correct `library_name` and ensures the `pipeline_tag` is set to `automatic-speech-recognition`. This will improve discoverability of the model.
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).
|