Commit
·
04a099d
1
Parent(s):
cfb5616
Update hyperparams.yaml
Browse files- hyperparams.yaml +6 -7
hyperparams.yaml
CHANGED
|
@@ -1,14 +1,13 @@
|
|
| 1 |
-
# Generated 2022-08-12 from:
|
| 2 |
-
# /netscratch/sagar/thesis/speechbrain/recipes/CommonVoice_de/ASR/CTC/hparams/train_with_wav2vec.yaml
|
| 3 |
-
# yamllint disable
|
| 4 |
# ################################
|
| 5 |
# Model: wav2vec2 + DNN + CTC
|
| 6 |
# Augmentation: SpecAugment
|
| 7 |
-
# Authors:
|
|
|
|
|
|
|
| 8 |
# ################################
|
| 9 |
|
| 10 |
# BPE parameters
|
| 11 |
-
token_type:
|
| 12 |
character_coverage: 1.0
|
| 13 |
|
| 14 |
# Model parameters
|
|
@@ -19,10 +18,10 @@ dropout: 0.15
|
|
| 19 |
|
| 20 |
sample_rate: 16000
|
| 21 |
|
| 22 |
-
wav2vec2_hub: facebook/wav2vec2-large-
|
| 23 |
|
| 24 |
# Outputs
|
| 25 |
-
output_neurons:
|
| 26 |
|
| 27 |
# Decoding parameters
|
| 28 |
# Be sure that the bos and eos index match with the BPEs ones
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ################################
|
| 2 |
# Model: wav2vec2 + DNN + CTC
|
| 3 |
# Augmentation: SpecAugment
|
| 4 |
+
# Authors:
|
| 5 |
+
# Sung-Lin Yeh 2021
|
| 6 |
+
# Pooneh Mousavi 2023
|
| 7 |
# ################################
|
| 8 |
|
| 9 |
# BPE parameters
|
| 10 |
+
token_type: unigram # ["unigram", "bpe", "char"]
|
| 11 |
character_coverage: 1.0
|
| 12 |
|
| 13 |
# Model parameters
|
|
|
|
| 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
|