chrisjay commited on
Commit
ccb187e
1 Parent(s): 3860ff2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -14
README.md CHANGED
@@ -1,37 +1,30 @@
 
1
  language: fon
2
-
3
  datasets:
4
- - [Fon Dataset](https://github.com/laleye/pyFongbe/tree/master/data)
5
-
6
  metrics:
7
  - wer
8
-
9
  tags:
10
  - audio
11
  - automatic-speech-recognition
12
  - speech
13
  - xlsr-fine-tuning-week
14
-
15
  license: apache-2.0
16
-
17
  model-index:
18
  - name: Fon XLSR Wav2Vec2 Large 53
19
  results:
20
  - task:
21
  name: Speech Recognition
22
  type: automatic-speech-recognition
23
-
24
  dataset:
25
- - name: fon
26
- - type: fon_dataset
27
- - args: fon
28
-
29
  metrics:
30
  - name: Test WER
31
- - type: wer
32
- - value: 14.97
33
  ---
34
-
35
  # Wav2Vec2-Large-XLSR-53-Fon
36
 
37
  Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on [Fon (or Fongbe)](https://en.wikipedia.org/wiki/Fon_language) using the [Fon Dataset](https://github.com/laleye/pyFongbe/tree/master/data).
 
1
+ ---
2
  language: fon
 
3
  datasets:
4
+ - common_voice
 
5
  metrics:
6
  - wer
 
7
  tags:
8
  - audio
9
  - automatic-speech-recognition
10
  - speech
11
  - xlsr-fine-tuning-week
 
12
  license: apache-2.0
 
13
  model-index:
14
  - name: Fon XLSR Wav2Vec2 Large 53
15
  results:
16
  - task:
17
  name: Speech Recognition
18
  type: automatic-speech-recognition
 
19
  dataset:
20
+ name: fon
21
+ type: fon_dataset
22
+ args: fon
 
23
  metrics:
24
  - name: Test WER
25
+ type: wer
26
+ value: 14.97%
27
  ---
 
28
  # Wav2Vec2-Large-XLSR-53-Fon
29
 
30
  Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on [Fon (or Fongbe)](https://en.wikipedia.org/wiki/Fon_language) using the [Fon Dataset](https://github.com/laleye/pyFongbe/tree/master/data).