Librarian Bot: Add base_model information to model
#3
by
librarian-bot
- opened
README.md
CHANGED
|
@@ -11,62 +11,55 @@ tags:
|
|
| 11 |
- tr
|
| 12 |
datasets:
|
| 13 |
- mozilla-foundation/common_voice_7_0
|
|
|
|
| 14 |
model-index:
|
| 15 |
- name: Wav2Vec2 Base Turkish by Cahya
|
| 16 |
results:
|
| 17 |
- task:
|
| 18 |
-
name: Automatic Speech Recognition
|
| 19 |
type: automatic-speech-recognition
|
|
|
|
| 20 |
dataset:
|
| 21 |
name: Common Voice 6.1
|
| 22 |
type: mozilla-foundation/common_voice_7_0
|
| 23 |
args: tr
|
| 24 |
metrics:
|
| 25 |
-
-
|
| 26 |
-
type: wer
|
| 27 |
value: 9.437
|
| 28 |
-
|
| 29 |
-
|
| 30 |
value: 3.325
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
type: automatic-speech-recognition
|
| 34 |
-
dataset:
|
| 35 |
-
name: Common Voice 7
|
| 36 |
-
type: mozilla-foundation/common_voice_7_0
|
| 37 |
-
args: tr
|
| 38 |
-
metrics:
|
| 39 |
-
- name: Test WER
|
| 40 |
-
type: wer
|
| 41 |
value: 8.147
|
| 42 |
-
|
| 43 |
-
|
| 44 |
value: 2.802
|
|
|
|
| 45 |
- task:
|
| 46 |
-
name: Automatic Speech Recognition
|
| 47 |
type: automatic-speech-recognition
|
|
|
|
| 48 |
dataset:
|
| 49 |
name: Robust Speech Event - Dev Data
|
| 50 |
type: speech-recognition-community-v2/dev_data
|
| 51 |
args: tr
|
| 52 |
metrics:
|
| 53 |
-
-
|
| 54 |
-
type: wer
|
| 55 |
value: 28.011
|
| 56 |
-
|
| 57 |
-
|
| 58 |
value: 10.66
|
|
|
|
| 59 |
- task:
|
| 60 |
-
name: Automatic Speech Recognition
|
| 61 |
type: automatic-speech-recognition
|
|
|
|
| 62 |
dataset:
|
| 63 |
name: Robust Speech Event - Test Data
|
| 64 |
type: speech-recognition-community-v2/eval_data
|
| 65 |
args: tr
|
| 66 |
metrics:
|
| 67 |
-
-
|
| 68 |
-
type: wer
|
| 69 |
value: 33.62
|
|
|
|
| 70 |
---
|
| 71 |
|
| 72 |
#
|
|
|
|
| 11 |
- tr
|
| 12 |
datasets:
|
| 13 |
- mozilla-foundation/common_voice_7_0
|
| 14 |
+
base_model: cahya/wav2vec2-base-turkish-artificial-cv
|
| 15 |
model-index:
|
| 16 |
- name: Wav2Vec2 Base Turkish by Cahya
|
| 17 |
results:
|
| 18 |
- task:
|
|
|
|
| 19 |
type: automatic-speech-recognition
|
| 20 |
+
name: Automatic Speech Recognition
|
| 21 |
dataset:
|
| 22 |
name: Common Voice 6.1
|
| 23 |
type: mozilla-foundation/common_voice_7_0
|
| 24 |
args: tr
|
| 25 |
metrics:
|
| 26 |
+
- type: wer
|
|
|
|
| 27 |
value: 9.437
|
| 28 |
+
name: Test WER
|
| 29 |
+
- type: cer
|
| 30 |
value: 3.325
|
| 31 |
+
name: Test CER
|
| 32 |
+
- type: wer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
value: 8.147
|
| 34 |
+
name: Test WER
|
| 35 |
+
- type: cer
|
| 36 |
value: 2.802
|
| 37 |
+
name: Test CER
|
| 38 |
- task:
|
|
|
|
| 39 |
type: automatic-speech-recognition
|
| 40 |
+
name: Automatic Speech Recognition
|
| 41 |
dataset:
|
| 42 |
name: Robust Speech Event - Dev Data
|
| 43 |
type: speech-recognition-community-v2/dev_data
|
| 44 |
args: tr
|
| 45 |
metrics:
|
| 46 |
+
- type: wer
|
|
|
|
| 47 |
value: 28.011
|
| 48 |
+
name: Test WER
|
| 49 |
+
- type: cer
|
| 50 |
value: 10.66
|
| 51 |
+
name: Test CER
|
| 52 |
- task:
|
|
|
|
| 53 |
type: automatic-speech-recognition
|
| 54 |
+
name: Automatic Speech Recognition
|
| 55 |
dataset:
|
| 56 |
name: Robust Speech Event - Test Data
|
| 57 |
type: speech-recognition-community-v2/eval_data
|
| 58 |
args: tr
|
| 59 |
metrics:
|
| 60 |
+
- type: wer
|
|
|
|
| 61 |
value: 33.62
|
| 62 |
+
name: Test WER
|
| 63 |
---
|
| 64 |
|
| 65 |
#
|