bartelds commited on
Commit
eebc0bb
1 Parent(s): 1ce2de5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - nsy
4
+ ---
5
+ A Nasal Wav2Vec2 model. This model is created by fine-tuning the multilingual [XLS-R](https://huggingface.co/facebook/wav2vec2-xls-r-300m) model on Nasal speech.
6
+
7
+ This model is part of the paper: Making More of Little Data: Improving Low-Resource Automatic Speech Recognition Using Data Augmentation.
8
+ More information on [GitHub](https://github.com/Bartelds/asr-augmentation).