Set OpenAI Whisper Tiny as base model
Browse files
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
|
|
@@ -119,7 +119,7 @@ model-index:
|
|
| 119 |
type: librispeech_asr
|
| 120 |
config: clean
|
| 121 |
split: test
|
| 122 |
-
args:
|
| 123 |
language: en
|
| 124 |
metrics:
|
| 125 |
- name: Test WER
|
|
@@ -133,12 +133,12 @@ model-index:
|
|
| 133 |
type: librispeech_asr
|
| 134 |
config: other
|
| 135 |
split: test
|
| 136 |
-
args:
|
| 137 |
language: en
|
| 138 |
metrics:
|
| 139 |
- name: Test WER
|
| 140 |
type: wer
|
| 141 |
-
value:
|
| 142 |
- task:
|
| 143 |
name: Automatic Speech Recognition
|
| 144 |
type: automatic-speech-recognition
|
|
@@ -155,6 +155,8 @@ model-index:
|
|
| 155 |
value: 141
|
| 156 |
pipeline_tag: automatic-speech-recognition
|
| 157 |
license: apache-2.0
|
|
|
|
|
|
|
| 158 |
---
|
| 159 |
|
| 160 |
# Whisper
|
|
@@ -434,4 +436,4 @@ There are also potential dual use concerns that come with releasing Whisper. Whi
|
|
| 434 |
year = {2022},
|
| 435 |
copyright = {arXiv.org perpetual, non-exclusive license}
|
| 436 |
}
|
| 437 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
- en
|
| 4 |
- zh
|
| 5 |
- de
|
|
|
|
| 29 |
- da
|
| 30 |
- hu
|
| 31 |
- ta
|
| 32 |
+
- 'no'
|
| 33 |
- th
|
| 34 |
- ur
|
| 35 |
- hr
|
|
|
|
| 119 |
type: librispeech_asr
|
| 120 |
config: clean
|
| 121 |
split: test
|
| 122 |
+
args:
|
| 123 |
language: en
|
| 124 |
metrics:
|
| 125 |
- name: Test WER
|
|
|
|
| 133 |
type: librispeech_asr
|
| 134 |
config: other
|
| 135 |
split: test
|
| 136 |
+
args:
|
| 137 |
language: en
|
| 138 |
metrics:
|
| 139 |
- name: Test WER
|
| 140 |
type: wer
|
| 141 |
+
value: 17.15
|
| 142 |
- task:
|
| 143 |
name: Automatic Speech Recognition
|
| 144 |
type: automatic-speech-recognition
|
|
|
|
| 155 |
value: 141
|
| 156 |
pipeline_tag: automatic-speech-recognition
|
| 157 |
license: apache-2.0
|
| 158 |
+
base_model:
|
| 159 |
+
- openai/whisper-tiny
|
| 160 |
---
|
| 161 |
|
| 162 |
# Whisper
|
|
|
|
| 436 |
year = {2022},
|
| 437 |
copyright = {arXiv.org perpetual, non-exclusive license}
|
| 438 |
}
|
| 439 |
+
```
|