codeceejay commited on
Commit
0b482ae
·
1 Parent(s): 6bf29e3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ HIYACCENT: An Improved Nigerian-Accented Speech Recognition System Based on Contrastive Learning
2
+
3
+ The global objective of this research was to develop a more robust model for the Nigerian English Speakers whose English pronunciations are heavily affected by their mother tongue. The developed model is then compared to the performance of the state of the art models. The project was motivated by the poor performance of existing models on Nigerian Accented English (NAE) Speakers.
4
+
5
+ The Wav2Vec-HIYACCENT model was proposed which introduced a new layer to the Novel Facebook Wav2vec to capture the disparity between the baseline model and NAE. A CTC loss was also inserted on top of the model which adds flexibility to the speech-text alignment. This resulted in over 20% improvement in the performance for NAE.
6
+