zinc75 commited on
Commit
828efdc
1 Parent(s): 0e7f6a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -44,5 +44,8 @@ Fine-tuned [facebook/wav2vec2-base-fr-voxpopuli-v2](https://huggingface.co/faceb
44
  - Second warmup boost to 3e-5 for 3% of total updates
45
  - Constant at 3e-5 for 12% of total updates
46
  - Linear decrease to 1e-7 for remaining 14% of updates
 
 
 
 
47
 
48
- When using this model, make sure that your speech input is sampled at 16kHz.
 
44
  - Second warmup boost to 3e-5 for 3% of total updates
45
  - Constant at 3e-5 for 12% of total updates
46
  - Linear decrease to 1e-7 for remaining 14% of updates
47
+
48
+ - The set of hyperparameters used for training are those found in [wav2vec2 paper](https://arxiv.org/pdf/2006.11477.pdf), Table 6.
49
+
50
+ When using this model, make sure that your speech input is **sampled at 16kHz**.
51