Upload 03_grow_nfe10
Browse files- 03_grow_nfe10/config.yaml +110 -0
- 03_grow_nfe10/model_750.pt +3 -0
03_grow_nfe10/config.yaml
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
wandb_config:
|
| 2 |
+
project: DiTAR-ORW
|
| 3 |
+
wandb_run_name: orw_semanticvae_${now:%Y-%m-%d}_${now:%H-%M-%S}
|
| 4 |
+
resume_id: null
|
| 5 |
+
mode: online
|
| 6 |
+
notes: null
|
| 7 |
+
ckpts:
|
| 8 |
+
logger: wandb
|
| 9 |
+
log_samples: false
|
| 10 |
+
save_per_updates: 25
|
| 11 |
+
keep_last_n_checkpoints: -1
|
| 12 |
+
last_per_updates: 25
|
| 13 |
+
save_dir: ckpts/ditar_orw_sim_and_wer_step10_beta0.025_lr2e-6
|
| 14 |
+
checkpoint_step: null
|
| 15 |
+
max_updates: 900
|
| 16 |
+
early_stop_min_acc: null
|
| 17 |
+
early_stop_reward_types:
|
| 18 |
+
- sim_and_wer
|
| 19 |
+
datasets:
|
| 20 |
+
train_ds_path: data/RL_mixed_emilia_libritts_30k
|
| 21 |
+
val_ds_path: data/Emilia_RL_zhen_dev
|
| 22 |
+
batch_size_per_gpu: 4000
|
| 23 |
+
batch_size_type: frame
|
| 24 |
+
max_samples: 1
|
| 25 |
+
num_workers: 8
|
| 26 |
+
target_sample_rate: 16000
|
| 27 |
+
optim:
|
| 28 |
+
epochs: 10
|
| 29 |
+
learning_rate: 2.0e-06
|
| 30 |
+
num_warmup_updates: 0
|
| 31 |
+
grad_accumulation_steps: 2
|
| 32 |
+
max_grad_norm: 5.0
|
| 33 |
+
bnb_optimizer: false
|
| 34 |
+
frozen_pattern:
|
| 35 |
+
- generator
|
| 36 |
+
model:
|
| 37 |
+
name: DiTAR_ORW
|
| 38 |
+
audio_type: vae_online
|
| 39 |
+
audio_channels: 64
|
| 40 |
+
patch_size: ${model.aggregation_encoder.patch_size}
|
| 41 |
+
dim: ${model.backbone.hidden_size}
|
| 42 |
+
mlp_hidden_dim: 512
|
| 43 |
+
orw:
|
| 44 |
+
ref_ckpt_path: model_ckpts/01_pretrain/model_200000.pt
|
| 45 |
+
beta: 0.025
|
| 46 |
+
alpha: 1.0
|
| 47 |
+
n_rollout: 8
|
| 48 |
+
rm_method: grpo
|
| 49 |
+
reward_type: sim_and_wer
|
| 50 |
+
sample_steps: 10
|
| 51 |
+
cfg_strength: 1.5
|
| 52 |
+
sway_sampling_coef: -1.0
|
| 53 |
+
max_seq_length: 155
|
| 54 |
+
min_seq_length: 10
|
| 55 |
+
rollout_solver: euler
|
| 56 |
+
rollout_sample_strategy: null
|
| 57 |
+
cfg_anneal: false
|
| 58 |
+
cfg_strength_final: 0.0
|
| 59 |
+
cfg_anneal_steps: 899
|
| 60 |
+
loss_cfg: false
|
| 61 |
+
loss_cfg_uncond_stopgrad: false
|
| 62 |
+
loss_drop_cond: false
|
| 63 |
+
uncond_reg: false
|
| 64 |
+
uncond_reg_weight: ${model.orw.beta}
|
| 65 |
+
kl_split_cond_uncond: false
|
| 66 |
+
time_sampling: uniform
|
| 67 |
+
asr:
|
| 68 |
+
lang: en
|
| 69 |
+
ckpt_dir: ''
|
| 70 |
+
spk:
|
| 71 |
+
ckpt_path: checkpoints/wavlm_large_finetune.pth
|
| 72 |
+
gen_sample_rate: 16000
|
| 73 |
+
prompt_sample_rate: ${datasets.target_sample_rate}
|
| 74 |
+
wer_weight: 1.0
|
| 75 |
+
sim_weight: 1.0
|
| 76 |
+
backbone:
|
| 77 |
+
name: Qwen
|
| 78 |
+
hidden_size: 1024
|
| 79 |
+
version: qwen3
|
| 80 |
+
qwen_config_path: checkpoints/Qwen3-0.6B/config.json
|
| 81 |
+
pretrained_LM_path: checkpoints/Qwen3-0.6B
|
| 82 |
+
load_pretrained_weights: true
|
| 83 |
+
aggregation_encoder:
|
| 84 |
+
name: qwen
|
| 85 |
+
hidden_size: ${model.backbone.hidden_size}
|
| 86 |
+
intermediate_size: 4096
|
| 87 |
+
num_attention_heads: 16
|
| 88 |
+
num_hidden_layers: 6
|
| 89 |
+
patch_size: 4
|
| 90 |
+
pool_type: cls
|
| 91 |
+
loc_decoder:
|
| 92 |
+
name: DiT
|
| 93 |
+
model:
|
| 94 |
+
dim: 1024
|
| 95 |
+
out_dim: ${model.audio_channels}
|
| 96 |
+
depth: 6
|
| 97 |
+
heads: 16
|
| 98 |
+
ff_mult: 4
|
| 99 |
+
qk_norm: null
|
| 100 |
+
pe_attn_head: null
|
| 101 |
+
checkpoint_activations: false
|
| 102 |
+
history_vae_window_size: 4
|
| 103 |
+
drop_cond_prob: 0.1
|
| 104 |
+
vocoder:
|
| 105 |
+
mel_spec_type: semanticvae
|
| 106 |
+
is_local: true
|
| 107 |
+
local_path: checkpoints/Semantic-VAE/semantic_vae_1000k
|
| 108 |
+
feature_extractor_ckpt: checkpoints/Semantic-VAE/semantic_vae_1000k
|
| 109 |
+
loss_weight:
|
| 110 |
+
diff_loss: 1.0
|
03_grow_nfe10/model_750.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2001c0a1515f5585f68b3dc87f685264ee9f8fb70ebbda1d4597a6dc044f3fa4
|
| 3 |
+
size 10106234108
|