poonehmousavi commited on
Commit
d7a5a7e
·
1 Parent(s): 27dbb94

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +2 -2
hyperparams.yaml CHANGED
@@ -18,10 +18,10 @@ dropout: 0.15
18
 
19
  sample_rate: 16000
20
 
21
- wav2vec2_hub: facebook/wav2vec2-large-lv60
22
 
23
  # Outputs
24
- output_neurons: 1000 # BPE size, index(blank/eos/bos) = 0
25
 
26
  # Decoding parameters
27
  # Be sure that the bos and eos index match with the BPEs ones
 
18
 
19
  sample_rate: 16000
20
 
21
+ wav2vec2_hub: facebook/wav2vec2-large-xlsr-53
22
 
23
  # Outputs
24
+ output_neurons: 500 # BPE size, index(blank/eos/bos) = 0
25
 
26
  # Decoding parameters
27
  # Be sure that the bos and eos index match with the BPEs ones