nielsr HF Staff commited on
Commit
a282f14
·
verified ·
1 Parent(s): 56854f8

Add library_name and ensure correct pipeline tag

Browse files

This 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.

Files changed (1) hide show
  1. README.md +6 -5
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
- language: multilingual
9
- datasets:
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).