Commit
•
d16e7bb
1
Parent(s):
c52a884
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (39f9b0d2e2a541322386e5044f45966ac18d59fd)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -6,19 +6,20 @@ datasets:
|
|
6 |
- PolyAI/minds14
|
7 |
metrics:
|
8 |
- wer
|
|
|
9 |
model-index:
|
10 |
- name: whisper-tiny-finetuned-minds14
|
11 |
results:
|
12 |
- task:
|
13 |
-
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
|
|
15 |
dataset:
|
16 |
name: MINDS14
|
17 |
type: PolyAI/minds14
|
18 |
metrics:
|
19 |
-
-
|
20 |
-
type: wer
|
21 |
value: 0.34993849938499383
|
|
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
6 |
- PolyAI/minds14
|
7 |
metrics:
|
8 |
- wer
|
9 |
+
base_model: openai/whisper-tiny
|
10 |
model-index:
|
11 |
- name: whisper-tiny-finetuned-minds14
|
12 |
results:
|
13 |
- task:
|
|
|
14 |
type: automatic-speech-recognition
|
15 |
+
name: Automatic Speech Recognition
|
16 |
dataset:
|
17 |
name: MINDS14
|
18 |
type: PolyAI/minds14
|
19 |
metrics:
|
20 |
+
- type: wer
|
|
|
21 |
value: 0.34993849938499383
|
22 |
+
name: Wer
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|