marma commited on
Commit
75ea2c7
1 Parent(s): 66bcccf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -44,6 +44,9 @@ Finetuned version of Facebooks [VoxPopuli-sv large](https://huggingface.co/faceb
44
 
45
  When using this model, make sure that your speech input is sampled at 16kHz.
46
 
 
 
 
47
  ## Usage
48
  The model can be used directly (without a language model) as follows:
49
  ```python
 
44
 
45
  When using this model, make sure that your speech input is sampled at 16kHz.
46
 
47
+ ## Training
48
+ This model has been fine-tuned for 80000 updates on NST + CommonVoice and then for an additional 20000 steps on only CommonVoice.
49
+
50
  ## Usage
51
  The model can be used directly (without a language model) as follows:
52
  ```python