zeynepgulhan librarian-bot commited on
Commit
e039090
1 Parent(s): 173e72c

Librarian Bot: Add base_model information to model (#1)

Browse files

- Librarian Bot: Add base_model information to model (46b57017bf48592a059d3db83fc355929fcab913)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +14 -13
README.md CHANGED
@@ -5,22 +5,23 @@ tags:
5
  - whisper-event
6
  metrics:
7
  - wer
 
8
  model-index:
9
  - name: whisper-medium-mediaspeech-cv-tr
10
  results:
11
- - task:
12
- name: Automatic Speech Recognition
13
- type: automatic-speech-recognition
14
- dataset:
15
- name: mozilla-foundation/common_voice_11_0 tr
16
- type: mozilla-foundation/common_voice_11_0
17
- config: tr
18
- split: test
19
- args: tr
20
- metrics:
21
- - name: Wer
22
- type: wer
23
- value: 9.9776
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
5
  - whisper-event
6
  metrics:
7
  - wer
8
+ base_model: openai/whisper-medium
9
  model-index:
10
  - name: whisper-medium-mediaspeech-cv-tr
11
  results:
12
+ - task:
13
+ type: automatic-speech-recognition
14
+ name: Automatic Speech Recognition
15
+ dataset:
16
+ name: mozilla-foundation/common_voice_11_0 tr
17
+ type: mozilla-foundation/common_voice_11_0
18
+ config: tr
19
+ split: test
20
+ args: tr
21
+ metrics:
22
+ - type: wer
23
+ value: 9.9776
24
+ name: Wer
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You