Upload bvcc+nisqa+pstn+singmos+somos+tencent+tmhint-qi/sslmos+mdf/4337/config.yml with huggingface_hub
Browse files
bvcc+nisqa+pstn+singmos+somos+tencent+tmhint-qi/sslmos+mdf/4337/config.yml
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
additional_config: conf/ssl-mos-wav2vec2-mdf.yaml
|
2 |
+
allow_cache: false
|
3 |
+
best_model_criterion:
|
4 |
+
key: utt_SRCC
|
5 |
+
order: highest
|
6 |
+
collater_type: NonIntrusiveCollater
|
7 |
+
config: exp/ssl-mos-wav2vec2-mdf-4337/original_config.yml
|
8 |
+
dataset_type: NonIntrusiveDataset
|
9 |
+
dev_csv_path: data/dev.csv
|
10 |
+
dev_samples_per_eval_loop: 1000
|
11 |
+
distributed: false
|
12 |
+
eval_and_save_interval_steps: 1000
|
13 |
+
freeze-mods: null
|
14 |
+
grad_norm: 1.0
|
15 |
+
inference_mode: mean_net
|
16 |
+
init-mods:
|
17 |
+
- ssl_model
|
18 |
+
- mean_net_dnn
|
19 |
+
init_checkpoint: exp/ssl-mos-wav2vec2-mdf-4337/original_checkpoint-11100steps.pkl
|
20 |
+
keep_nbest_models: 5
|
21 |
+
listener_score_criterion_type: null
|
22 |
+
listener_score_criterions: null
|
23 |
+
log_interval_steps: 100
|
24 |
+
mean_score_criterion_params:
|
25 |
+
masked_loss: false
|
26 |
+
tau: 0.5
|
27 |
+
mean_score_criterion_type: ScalarLoss
|
28 |
+
mean_score_criterion_weight: 1.0
|
29 |
+
mean_score_criterions:
|
30 |
+
- criterion_params:
|
31 |
+
masked_loss: false
|
32 |
+
order: 1
|
33 |
+
tau: 0.5
|
34 |
+
criterion_type: ScalarLoss
|
35 |
+
criterion_weight: 1.0
|
36 |
+
model_input: waveform
|
37 |
+
model_params:
|
38 |
+
mean_net_dnn_dim: 64
|
39 |
+
mean_net_output_type: scalar
|
40 |
+
mean_net_range_clipping: true
|
41 |
+
s3prl_name: wav2vec2
|
42 |
+
ssl_model_layer_idx: -1
|
43 |
+
ssl_model_output_dim: 768
|
44 |
+
ssl_module: s3prl
|
45 |
+
use_listener_modeling: false
|
46 |
+
use_mean_listener: false
|
47 |
+
model_type: SSLMOS
|
48 |
+
num_domains: 7
|
49 |
+
num_workers: 0
|
50 |
+
optimizer_params:
|
51 |
+
lr: 0.001
|
52 |
+
momentum: 0.9
|
53 |
+
optimizer_type: SGD
|
54 |
+
outdir: exp/ssl-mos-wav2vec2-mdf-4337
|
55 |
+
padding_mode: repetitive
|
56 |
+
patience: 20
|
57 |
+
pin_memory: true
|
58 |
+
rank: 0
|
59 |
+
resume: ''
|
60 |
+
sampling_rate: 16000
|
61 |
+
scheduler_type: null
|
62 |
+
seed: 4337
|
63 |
+
test_batch_size: 1
|
64 |
+
train_batch_size: 16
|
65 |
+
train_csv_path: data/train.csv
|
66 |
+
train_max_steps: 100000
|
67 |
+
trainer_type: NonIntrusiveEstimatorTrainer
|
68 |
+
verbose: 1
|
69 |
+
version: 0.1.0
|
70 |
+
wav_only: true
|