Add library name and pipeline tag
Browse filesThis PR adds the `library_name` and `pipeline_tag` to the model card metadata for better searchability and discoverability.
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).
|
|
@@ -120,5 +121,4 @@ It supports the following speech-to-text tasks:
|
|
| 120 |
year={2023},
|
| 121 |
month={12},
|
| 122 |
pdf="https://arxiv.org/pdf/2309.13876",
|
| 123 |
-
}
|
| 124 |
-
```
|
|
|
|
| 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 |
+
pipeline_tag: automatic-speech-recognition
|
| 13 |
+
library_name: espnet
|
|
|
|
|
|
|
| 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).
|
|
|
|
| 121 |
year={2023},
|
| 122 |
month={12},
|
| 123 |
pdf="https://arxiv.org/pdf/2309.13876",
|
| 124 |
+
}
|
|
|