Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
parler-tts
Commits
b4768a87
Commit
b4768a87
authored
Feb 15, 2024
by
sanchit-gandhi
Browse files
update sweep params
parent
42b5aac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
audio_classification_scripts/run_sweep.yaml
audio_classification_scripts/run_sweep.yaml
+9
-10
No files found.
audio_classification_scripts/run_sweep.yaml
View file @
b4768a87
...
@@ -3,11 +3,13 @@ command:
...
@@ -3,11 +3,13 @@ command:
-
${program}
-
${program}
-
--load_best_model_at_end
-
--load_best_model_at_end
-
--fp16
-
--fp16
-
--fp16_full_eval
-
--do_train
-
--do_train
-
--do_eval
-
--do_eval
-
--trust_remote_code
-
--trust_remote_code
-
--overwrite_output_dir
-
--overwrite_output_dir
-
--ignore_mismatched_sizes
-
--ignore_mismatched_sizes
-
--gradient_checkpointing
-
${args}
-
${args}
method
:
grid
method
:
grid
metric
:
metric
:
...
@@ -18,7 +20,6 @@ parameters:
...
@@ -18,7 +20,6 @@ parameters:
values
:
values
:
-
facebook/mms-lid-126
-
facebook/mms-lid-126
-
openai/whisper-large-v3
-
openai/whisper-large-v3
-
facebook/w2v-bert-2.0
train_dataset_name
:
train_dataset_name
:
value
:
sanchit-gandhi/vctk+facebook/voxpopuli+sanchit-gandhi/edacc
value
:
sanchit-gandhi/vctk+facebook/voxpopuli+sanchit-gandhi/edacc
train_dataset_config_name
:
train_dataset_config_name
:
...
@@ -44,7 +45,7 @@ parameters:
...
@@ -44,7 +45,7 @@ parameters:
lr_scheduler_type
:
lr_scheduler_type
:
value
:
constant_with_warmup
value
:
constant_with_warmup
max_length_seconds
:
max_length_seconds
:
value
:
20
value
:
10
# give some data diversity for longer audio samples
min_length_seconds
:
min_length_seconds
:
value
:
5
value
:
5
attention_mask
:
attention_mask
:
...
@@ -52,15 +53,15 @@ parameters:
...
@@ -52,15 +53,15 @@ parameters:
warmup_steps
:
warmup_steps
:
value
:
50
value
:
50
max_steps
:
max_steps
:
value
:
1
000
value
:
2
000
per_device_train_batch_size
:
per_device_train_batch_size
:
value
:
32
value
:
32
per_device_eval_batch_size
:
per_device_eval_batch_size
:
value
:
32
value
:
16
preprocessing_num_workers
:
preprocessing_num_workers
:
value
:
16
value
:
16
dataloader_num_workers
:
dataloader_num_workers
:
value
:
8
value
:
4
logging_strategy
:
logging_strategy
:
value
:
steps
value
:
steps
logging_steps
:
logging_steps
:
...
@@ -68,17 +69,15 @@ parameters:
...
@@ -68,17 +69,15 @@ parameters:
evaluation_strategy
:
evaluation_strategy
:
value
:
steps
value
:
steps
eval_steps
:
eval_steps
:
value
:
1
000
value
:
2
000
save_strategy
:
save_strategy
:
value
:
steps
value
:
steps
save_steps
:
save_steps
:
value
:
1
000
value
:
2
000
metric_for_best_model
:
metric_for_best_model
:
value
:
accuracy
value
:
accuracy
freeze_base_model
:
freeze_base_model
:
values
:
value
:
false
-
true
-
false
push_to_hub
:
push_to_hub
:
value
:
false
value
:
false
program
:
run_audio_classification.py
program
:
run_audio_classification.py
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment