zinc75 commited on
Commit
1655a0f
1 Parent(s): be28782

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -13
README.md CHANGED
@@ -126,22 +126,14 @@ print("Phonetic transcription : ", transcription)
126
 
127
  In the table below I report the Word Error Rate (WER) and the Character Error Rate (CER) of the model. I ran the evaluation script described above on other models as well (on 2021-06-17). Note that the table below may show different results from those already reported, this may have been caused due to some specificity of the other evaluation scripts used.
128
 
129
- | Model | WER | CER |
130
  | ------------- | ------------- | ------------- |
131
- | jonatasgrosman/wav2vec2-large-xlsr-53-english | **18.98%** | **8.29%** |
132
- | jonatasgrosman/wav2vec2-large-english | 21.53% | 9.66% |
133
- | facebook/wav2vec2-large-960h-lv60-self | 22.03% | 10.39% |
134
- | facebook/wav2vec2-large-960h-lv60 | 23.97% | 11.14% |
135
- | boris/xlsr-en-punctuation | 29.10% | 10.75% |
136
- | facebook/wav2vec2-large-960h | 32.79% | 16.03% |
137
- | facebook/wav2vec2-base-960h | 39.86% | 19.89% |
138
- | facebook/wav2vec2-base-100h | 51.06% | 25.06% |
139
- | elgeish/wav2vec2-large-lv60-timit-asr | 59.96% | 34.28% |
140
- | facebook/wav2vec2-base-10k-voxpopuli-ft-en | 66.41% | 36.76% |
141
- | elgeish/wav2vec2-base-timit-asr | 68.78% | 36.81% |
142
 
143
  ## Citation
144
- If you want to cite this model you can use this:
145
 
146
  ```bibtex
147
  @misc{lmssc-wav2vec2-base-phonemizer-french,
 
126
 
127
  In the table below I report the Word Error Rate (WER) and the Character Error Rate (CER) of the model. I ran the evaluation script described above on other models as well (on 2021-06-17). Note that the table below may show different results from those already reported, this may have been caused due to some specificity of the other evaluation scripts used.
128
 
129
+ | Model | Test Set | PER |
130
  | ------------- | ------------- | ------------- |
131
+ | Cnam-LMSSC/wav2vec2-french-phonemizer | Common Voice v13 (French) | **5.52%** |
132
+ | Cnam-LMSSC/wav2vec2-french-phonemizer | Multilingual Librispeech (French) | **4.36%** |
133
+
 
 
 
 
 
 
 
 
134
 
135
  ## Citation
136
+ If you use this finetuned model for any publication, please use this to cite our work :
137
 
138
  ```bibtex
139
  @misc{lmssc-wav2vec2-base-phonemizer-french,