Update hyperparams.yaml
Browse files- hyperparams.yaml +3 -3
hyperparams.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# ############################################################################
|
| 2 |
-
# Model: WAV2VEC XLSR model for Accent Recognition (
|
| 3 |
# see paper: https://arxiv.org/abs/2305.18283
|
| 4 |
# ############################################################################
|
| 5 |
|
|
@@ -13,12 +13,12 @@ MODULES_NEEDED: ["wav2vec2", "avg_pool", "output_mlp"]
|
|
| 13 |
wav2vec2_hub: "facebook/wav2vec2-large-xlsr-53"
|
| 14 |
|
| 15 |
# Pretrain folder (HuggingFace)
|
| 16 |
-
pretrained_path:
|
| 17 |
# URL for the biggest Fairseq english wav2vec2 model.
|
| 18 |
|
| 19 |
# parameters
|
| 20 |
encoder_dim: 1024
|
| 21 |
-
out_n_neurons:
|
| 22 |
|
| 23 |
wav2vec2: !new:speechbrain.lobes.models.huggingface_wav2vec.HuggingFaceWav2Vec2
|
| 24 |
source: !ref <wav2vec2_hub>
|
|
|
|
| 1 |
# ############################################################################
|
| 2 |
+
# Model: WAV2VEC XLSR model for Accent Recognition (French)
|
| 3 |
# see paper: https://arxiv.org/abs/2305.18283
|
| 4 |
# ############################################################################
|
| 5 |
|
|
|
|
| 13 |
wav2vec2_hub: "facebook/wav2vec2-large-xlsr-53"
|
| 14 |
|
| 15 |
# Pretrain folder (HuggingFace)
|
| 16 |
+
pretrained_path: sinhprous/accent-french
|
| 17 |
# URL for the biggest Fairseq english wav2vec2 model.
|
| 18 |
|
| 19 |
# parameters
|
| 20 |
encoder_dim: 1024
|
| 21 |
+
out_n_neurons: 4
|
| 22 |
|
| 23 |
wav2vec2: !new:speechbrain.lobes.models.huggingface_wav2vec.HuggingFaceWav2Vec2
|
| 24 |
source: !ref <wav2vec2_hub>
|