Update README.md
Browse files
README.md
CHANGED
@@ -103,26 +103,8 @@ language:
|
|
103 |
tags:
|
104 |
- audio
|
105 |
- automatic-speech-recognition
|
106 |
-
- hf-asr-leaderboard
|
107 |
base_model: openai/whisper-small
|
108 |
pipeline_tag: automatic-speech-recognition
|
109 |
-
model-index:
|
110 |
-
- name: whisper-small
|
111 |
-
results:
|
112 |
-
- task:
|
113 |
-
name: Automatic Speech Recognition
|
114 |
-
type: automatic-speech-recognition
|
115 |
-
dataset:
|
116 |
-
name: LibriSpeech (clean)
|
117 |
-
type: librispeech_asr
|
118 |
-
config: clean
|
119 |
-
split: test
|
120 |
-
args:
|
121 |
-
language: en
|
122 |
-
metrics:
|
123 |
-
- name: Test WER
|
124 |
-
type: wer
|
125 |
-
value: 3.432213777886737
|
126 |
---
|
127 |
# Whisper-small OpenVINO IR
|
128 |
Whisper is a pre-trained model for automatic speech recognition (ASR) and speech translation. Trained on 680k hours
|
|
|
103 |
tags:
|
104 |
- audio
|
105 |
- automatic-speech-recognition
|
|
|
106 |
base_model: openai/whisper-small
|
107 |
pipeline_tag: automatic-speech-recognition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
---
|
109 |
# Whisper-small OpenVINO IR
|
110 |
Whisper is a pre-trained model for automatic speech recognition (ASR) and speech translation. Trained on 680k hours
|