Upload
Browse files
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:
|
| 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:
|
| 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:
|
| 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
|