ihanif librarian-bot commited on
Commit
9ec5ce8
1 Parent(s): 74f0e35

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

Browse files

- Librarian Bot: Add base_model information to model (8e40ddcc018cdca55a29d8197c5f9ff968558a86)


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

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -10,20 +10,21 @@ datasets:
10
  - fleurs
11
  metrics:
12
  - wer
 
13
  model-index:
14
  - name: facebook/wav2vec2-xls-r-300m
15
  results:
16
  - task:
17
- name: Automatic Speech Recognition
18
  type: automatic-speech-recognition
 
19
  dataset:
20
  name: google/fleurs
21
  type: google/fleurs
22
  args: 'config: ps_af, split: test'
23
  metrics:
24
- - name: Wer
25
- type: wer
26
  value: 51.59447476125512
 
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
10
  - fleurs
11
  metrics:
12
  - wer
13
+ base_model: facebook/wav2vec2-xls-r-300m
14
  model-index:
15
  - name: facebook/wav2vec2-xls-r-300m
16
  results:
17
  - task:
 
18
  type: automatic-speech-recognition
19
+ name: Automatic Speech Recognition
20
  dataset:
21
  name: google/fleurs
22
  type: google/fleurs
23
  args: 'config: ps_af, split: test'
24
  metrics:
25
+ - type: wer
 
26
  value: 51.59447476125512
27
+ name: Wer
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You