juancopi81
commited on
Commit
•
07997bb
1
Parent(s):
77a5c43
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: es
|
3 |
+
tags:
|
4 |
+
- whisper-medium
|
5 |
+
- mozilla-foundation/common_voice_11_0
|
6 |
+
- spanish
|
7 |
+
- whisper-event
|
8 |
+
datasets:
|
9 |
+
- mozilla-foundation/common_voice_11_0
|
10 |
+
metrics: wer
|
11 |
+
license: creativeml-openrail-m
|
12 |
+
model-index:
|
13 |
+
- name: Whisper Medium Spanish - Juan Carlos Piñeros
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Automatic Speech Recognition
|
17 |
+
type: automatic-speech-recognition
|
18 |
+
dataset:
|
19 |
+
name: Common Voice 11.0
|
20 |
+
type: mozilla-foundation/common_voice_11_0
|
21 |
+
metrics:
|
22 |
+
- name: Wer
|
23 |
+
type: wer
|
24 |
+
value: 6.086313
|
25 |
+
---
|
26 |
+
|
27 |
+
# Summary
|
28 |
+
|
29 |
+
This is an early attempt during the December 2022 [Whisper Event](https://github.com/huggingface/community-events/tree/main/whisper-fine-tuning-event)
|
30 |
+
to finetune `whisper-medium` for the Spanish language (es).
|