GetmanY1 commited on
Commit
f0fbad5
1 Parent(s): 751cce2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -76,6 +76,27 @@ This model was fine-tuned with audio samples whose maximum length was 50 seconds
76
 
77
  The model was fine-tuned on the data from the [Lahjoita puhetta (Donate Speech) corpus](https://link.springer.com/article/10.1007/s10579-022-09606-3) so this model might have biases towards colloquial Finnish.
78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  ## Citation
80
 
81
  If you use our models or scripts, please cite our article as:
 
76
 
77
  The model was fine-tuned on the data from the [Lahjoita puhetta (Donate Speech) corpus](https://link.springer.com/article/10.1007/s10579-022-09606-3) so this model might have biases towards colloquial Finnish.
78
 
79
+ ## Evaluation results
80
+
81
+ Evaluation results in terms of WER (word error rate) and CER (character error rate) on the Lahjoita puhetta dev and test sets:
82
+
83
+ |**System** | **Labeled training data, h** | **dev WER [%]** | **dev CER [%]** | **test WER [%]** | **test CER [%]** |
84
+ |-----------------------------------------------------------------------------------------------------------------------------|------------------------------|-------------|--------------|---------------|---------------|
85
+ |**Base Models**
86
+ |[GetmanY1/wav2vec2-base-fi-voxpopuli-v2-100h](https://huggingface.co/GetmanY1/wav2vec2-base-fi-voxpopuli-v2-100h) |100 |29.35|7.94|31.90|9.05|
87
+ |[GetmanY1/wav2vec2-base-fi-voxpopuli-v2-1500h](https://huggingface.co/GetmanY1/wav2vec2-base-fi-voxpopuli-v2-100h) |1500|22.18|5.96|24.43|6.97|
88
+ |[GetmanY1/wav2vec2-base-fi-lp-from-scratch-100h](https://huggingface.co/GetmanY1/wav2vec2-base-fi-lp-from-scratch-100h) |100 |26.40|6.86|28.92|8.09|
89
+ |[GetmanY1/wav2vec2-base-fi-lp-from-scratch-1500h](https://huggingface.co/GetmanY1/wav2vec2-base-fi-lp-from-scratch-1500h) |1500|21.61|5.59|24.35|6.87|
90
+ |[GetmanY1/wav2vec2-base-fi-lp-cont-pt-100h](https://huggingface.co/GetmanY1/wav2vec2-base-fi-lp-cont-pt-100h) |100 |22.49|5.84|24.95|7.09|
91
+ |[GetmanY1/wav2vec2-base-fi-lp-cont-pt-1500h](https://huggingface.co/GetmanY1/wav2vec2-base-fi-lp-cont-pt-1500h) |1500|**17.38**|**4.61**|**19.65**|**5.69**|
92
+ |**Large Models**
93
+ |[GetmanY1/wav2vec2-large-uralic-voxpopuli-v2-100h](https://huggingface.co/GetmanY1/wav2vec2-large-uralic-voxpopuli-v2-100h) |100 |21.02|5.70|22.98|6.90|
94
+ |[GetmanY1/wav2vec2-large-uralic-voxpopuli-v2-1500h](https://huggingface.co/GetmanY1/wav2vec2-large-uralic-voxpopuli-v2-1500h)|1500|19.14|5.05|20.49|5.93|
95
+ |[GetmanY1/wav2vec2-large-fi-lp-from-scratch-100h](https://huggingface.co/GetmanY1/wav2vec2-large-fi-lp-from-scratch-100h) |100 |21.66|5.61|23.85|6.76|
96
+ |[GetmanY1/wav2vec2-large-fi-lp-from-scratch-1500h](https://huggingface.co/GetmanY1/wav2vec2-large-fi-lp-from-scratch-1500h) |1500|17.54|4.59|19.26|5.58|
97
+ |[GetmanY1/wav2vec2-large-fi-lp-cont-pt-100h](https://huggingface.co/GetmanY1/wav2vec2-large-fi-lp-cont-pt-100h) |100 |20.20|5.40|22.81|6.64|
98
+ |[GetmanY1/wav2vec2-large-fi-lp-cont-pt-1500h](https://huggingface.co/GetmanY1/wav2vec2-large-fi-lp-cont-pt-1500h) |1500|**16.24**|**4.34**|**18.04**|**5.29**|
99
+
100
  ## Citation
101
 
102
  If you use our models or scripts, please cite our article as: