lighteternal commited on
Commit
f3945d4
1 Parent(s): 6810075

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ Wav2Vec2 is a pretrained model for Automatic Speech Recognition (ASR) and was re
45
 
46
  Similar to Wav2Vec2, XLSR-Wav2Vec2 learns powerful speech representations from hundreds of thousands of hours of speech in more than 50 languages of unlabeled speech. Similar, to BERT's masked language modeling, the model learns contextualized speech representations by randomly masking feature vectors before passing them to a transformer network.
47
 
48
- This model was trained on Greek CommonVoice speech data (364MB) for 60 epochs on a single NVIDIA RTX 3080, for aprox. 8hrs.
49
 
50
  ## How to use for inference:
51
 
 
45
 
46
  Similar to Wav2Vec2, XLSR-Wav2Vec2 learns powerful speech representations from hundreds of thousands of hours of speech in more than 50 languages of unlabeled speech. Similar, to BERT's masked language modeling, the model learns contextualized speech representations by randomly masking feature vectors before passing them to a transformer network.
47
 
48
+ This model was trained for 50 epochs on a single NVIDIA RTX 3080, for aprox. 8hrs.
49
 
50
  ## How to use for inference:
51