Commit
•
382e862
1
Parent(s):
3434a94
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (b4c298ef7a1069c101ba6912909d191cdf480078)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -7,20 +7,21 @@ datasets:
|
|
7 |
- qmeeus/slue-voxpopuli
|
8 |
metrics:
|
9 |
- wer
|
|
|
10 |
model-index:
|
11 |
- name: WhisperForNamedEntityRecognition
|
12 |
results:
|
13 |
- task:
|
14 |
-
name: Automatic Speech Recognition
|
15 |
type: automatic-speech-recognition
|
|
|
16 |
dataset:
|
17 |
name: qmeeus/slue-voxpopuli
|
18 |
type: qmeeus/slue-voxpopuli
|
19 |
split: dev
|
20 |
metrics:
|
21 |
-
-
|
22 |
-
type: wer
|
23 |
value: 10.482824557809192
|
|
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
7 |
- qmeeus/slue-voxpopuli
|
8 |
metrics:
|
9 |
- wer
|
10 |
+
base_model: openai/whisper-small
|
11 |
model-index:
|
12 |
- name: WhisperForNamedEntityRecognition
|
13 |
results:
|
14 |
- task:
|
|
|
15 |
type: automatic-speech-recognition
|
16 |
+
name: Automatic Speech Recognition
|
17 |
dataset:
|
18 |
name: qmeeus/slue-voxpopuli
|
19 |
type: qmeeus/slue-voxpopuli
|
20 |
split: dev
|
21 |
metrics:
|
22 |
+
- type: wer
|
|
|
23 |
value: 10.482824557809192
|
24 |
+
name: Wer
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|