Update README.md (#18)
Browse files- Update README.md (5844d51a088e75c694245360caf76a073086f5c6)
- Update README.md (5e8a2ab2abea52a2a0f89d58fe7fa77a242d70de)
Co-authored-by: Vaibhav Srivastav <[email protected]>
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
- en
|
| 4 |
- zh
|
| 5 |
- de
|
|
@@ -29,7 +29,7 @@ language:
|
|
| 29 |
- da
|
| 30 |
- hu
|
| 31 |
- ta
|
| 32 |
-
- no
|
| 33 |
- th
|
| 34 |
- ur
|
| 35 |
- hr
|
|
@@ -99,17 +99,19 @@ language:
|
|
| 99 |
- ba
|
| 100 |
- jw
|
| 101 |
- su
|
| 102 |
-
license:
|
| 103 |
tags:
|
| 104 |
- audio
|
| 105 |
- automatic-speech-recognition
|
| 106 |
-
- hf-asr-leaderboard
|
| 107 |
widget:
|
| 108 |
- example_title: Librispeech sample 1
|
| 109 |
src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
|
| 110 |
- example_title: Librispeech sample 2
|
| 111 |
src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
|
| 112 |
pipeline_tag: automatic-speech-recognition
|
|
|
|
|
|
|
|
|
|
| 113 |
---
|
| 114 |
|
| 115 |
# Whisper
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
- en
|
| 4 |
- zh
|
| 5 |
- de
|
|
|
|
| 29 |
- da
|
| 30 |
- hu
|
| 31 |
- ta
|
| 32 |
+
- 'no'
|
| 33 |
- th
|
| 34 |
- ur
|
| 35 |
- hr
|
|
|
|
| 99 |
- ba
|
| 100 |
- jw
|
| 101 |
- su
|
| 102 |
+
license: mit
|
| 103 |
tags:
|
| 104 |
- audio
|
| 105 |
- automatic-speech-recognition
|
|
|
|
| 106 |
widget:
|
| 107 |
- example_title: Librispeech sample 1
|
| 108 |
src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
|
| 109 |
- example_title: Librispeech sample 2
|
| 110 |
src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
|
| 111 |
pipeline_tag: automatic-speech-recognition
|
| 112 |
+
base_model:
|
| 113 |
+
- openai/whisper-large-v3
|
| 114 |
+
library_name: transformers
|
| 115 |
---
|
| 116 |
|
| 117 |
# Whisper
|