Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -9,21 +9,22 @@ datasets:
|
|
9 |
- thomas0104/nan_tw_soap_opera
|
10 |
metrics:
|
11 |
- wer
|
|
|
12 |
model-index:
|
13 |
- name: openai/whisper-large-v2
|
14 |
results:
|
15 |
- task:
|
16 |
-
name: Automatic Speech Recognition
|
17 |
type: automatic-speech-recognition
|
|
|
18 |
dataset:
|
19 |
name: thomas0104/nan_tw_soap_opera nan-tw
|
20 |
type: thomas0104/nan_tw_soap_opera
|
21 |
config: nan-tw
|
22 |
split: test
|
23 |
metrics:
|
24 |
-
-
|
25 |
-
type: cer
|
26 |
value: 63.42
|
|
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
9 |
- thomas0104/nan_tw_soap_opera
|
10 |
metrics:
|
11 |
- wer
|
12 |
+
base_model: openai/whisper-large-v2
|
13 |
model-index:
|
14 |
- name: openai/whisper-large-v2
|
15 |
results:
|
16 |
- task:
|
|
|
17 |
type: automatic-speech-recognition
|
18 |
+
name: Automatic Speech Recognition
|
19 |
dataset:
|
20 |
name: thomas0104/nan_tw_soap_opera nan-tw
|
21 |
type: thomas0104/nan_tw_soap_opera
|
22 |
config: nan-tw
|
23 |
split: test
|
24 |
metrics:
|
25 |
+
- type: cer
|
|
|
26 |
value: 63.42
|
27 |
+
name: Cer
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|