Commit
•
9c7deb0
1
Parent(s):
9891239
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (01c89f34823f9b6ce22ccddb8409a0bce5ab222c)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -7,12 +7,13 @@ datasets:
|
|
7 |
- facebook/voxpopuli
|
8 |
metrics:
|
9 |
- wer
|
|
|
10 |
model-index:
|
11 |
- name: Whisper Small Croatian
|
12 |
results:
|
13 |
- task:
|
14 |
-
name: Automatic Speech Recognition
|
15 |
type: automatic-speech-recognition
|
|
|
16 |
dataset:
|
17 |
name: facebook/voxpopuli
|
18 |
type: facebook/voxpopuli
|
@@ -20,9 +21,9 @@ model-index:
|
|
20 |
split: test
|
21 |
args: hr
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
type: wer
|
25 |
value: 25.37305060024683
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
7 |
- facebook/voxpopuli
|
8 |
metrics:
|
9 |
- wer
|
10 |
+
base_model: openai/whisper-small
|
11 |
model-index:
|
12 |
- name: Whisper Small Croatian
|
13 |
results:
|
14 |
- task:
|
|
|
15 |
type: automatic-speech-recognition
|
16 |
+
name: Automatic Speech Recognition
|
17 |
dataset:
|
18 |
name: facebook/voxpopuli
|
19 |
type: facebook/voxpopuli
|
|
|
21 |
split: test
|
22 |
args: hr
|
23 |
metrics:
|
24 |
+
- type: wer
|
|
|
25 |
value: 25.37305060024683
|
26 |
+
name: Wer
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|