mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-07-28 19:56:13 +08:00
Co-authored-by: frozenleaves <frozenleaves@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
22 lines
361 B
YAML
22 lines
361 B
YAML
model: Qwen/Qwen3-0.6B
|
|
model_class: llm
|
|
|
|
|
|
kernel_config:
|
|
name: auto
|
|
include_kernels: auto
|
|
|
|
dist_config:
|
|
name: deepspeed
|
|
config_file: examples/deepspeed/ds_z3_config.json
|
|
|
|
### data
|
|
train_dataset: data/v1_sft_demo.yaml
|
|
|
|
### training
|
|
output_dir: outputs/Qwen3-0.6B-deepspeed
|
|
micro_batch_size: 1
|
|
cutoff_len: 2048
|
|
learning_rate: 1.0e-4
|
|
max_steps: 10
|