ONNX
Safetensors
Chinese
English
Dubbing-model
xuan3986 commited on
Commit
b01378e
·
verified ·
1 Parent(s): 427b533
Files changed (1) hide show
  1. funcineforge_zh_en/llm/config.yaml +3 -3
funcineforge_zh_en/llm/config.yaml CHANGED
@@ -10,7 +10,7 @@ llm_conf:
10
  hub: hf
11
  freeze: false
12
  llm_dtype: fp32
13
- init_param_path: /nfs/yanzhang.ljx/workspace/FunCineForge/tokenizer/Qwen2-0.5B-CosyVoice-BlankEN
14
  use_lora: false
15
  lora_conf:
16
  task_type: CAUSAL_LM
@@ -38,7 +38,7 @@ train_conf:
38
  save_init_model: false
39
  loss_rescale_by_rank: false
40
  use_deepspeed: true
41
- deepspeed_config: /nfs/yanzhang.ljx/workspace/FunCineForge/exps/decode_conf/ds_stage0_fp32.json
42
  optim: adamw
43
  optim_conf:
44
  lr: 8.0e-05
@@ -102,7 +102,7 @@ tokenizer_conf:
102
  init_param_path: ${llm_conf.init_param_path}
103
  face_encoder: FaceRecIR101
104
  face_encoder_conf:
105
- init_param_path: /nfs/yanzhang.ljx/workspace/FunCineForge/speaker_diarization/pretrained_models/face_recog_ir101.onnx
106
  enable_tf32: true
107
  debug: false
108
  train_data_set_list: /nfs/yanzhang.ljx/workspace/datasets/YingShi/clean/train.jsonl
 
10
  hub: hf
11
  freeze: false
12
  llm_dtype: fp32
13
+ init_param_path: ../tokenizer/Qwen2-0.5B-CosyVoice-BlankEN
14
  use_lora: false
15
  lora_conf:
16
  task_type: CAUSAL_LM
 
38
  save_init_model: false
39
  loss_rescale_by_rank: false
40
  use_deepspeed: true
41
+ deepspeed_config: decode_conf/ds_stage0_fp32.json
42
  optim: adamw
43
  optim_conf:
44
  lr: 8.0e-05
 
102
  init_param_path: ${llm_conf.init_param_path}
103
  face_encoder: FaceRecIR101
104
  face_encoder_conf:
105
+ init_param_path: ../speaker_diarization/pretrained_models/face_recog_ir101.onnx
106
  enable_tf32: true
107
  debug: false
108
  train_data_set_list: /nfs/yanzhang.ljx/workspace/datasets/YingShi/clean/train.jsonl