Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -12,21 +12,22 @@ datasets:
12
  - google/fleurs
13
  metrics:
14
  - wer
 
15
  model-index:
16
  - name: Whisper Small Indonesian
17
  results:
18
  - task:
19
- name: Automatic Speech Recognition
20
  type: automatic-speech-recognition
 
21
  dataset:
22
  name: mozilla-foundation/common_voice_11_0 id
23
  type: mozilla-foundation/common_voice_11_0
24
  config: id
25
  split: test
26
  metrics:
27
- - name: Wer
28
- type: wer
29
  value: 6.059208706077654
 
30
  ---
31
 
32
 
 
12
  - google/fleurs
13
  metrics:
14
  - wer
15
+ base_model: openai/whisper-small
16
  model-index:
17
  - name: Whisper Small Indonesian
18
  results:
19
  - task:
 
20
  type: automatic-speech-recognition
21
+ name: Automatic Speech Recognition
22
  dataset:
23
  name: mozilla-foundation/common_voice_11_0 id
24
  type: mozilla-foundation/common_voice_11_0
25
  config: id
26
  split: test
27
  metrics:
28
+ - type: wer
 
29
  value: 6.059208706077654
30
+ name: Wer
31
  ---
32
 
33