Views
No views yet
0.15.0.dev01base_model: Qwen/Qwen3-1.7B
2
3load_in_8bit: false
4load_in_4bit: false
5
6chat_template: qwen3
7datasets:
8 - path: train_YS.jsonl
9 type: chat_template
10
11dataset_prepared_path: preprocess
12val_set_size: 0.01
13output_dir: ./outputs
14
15adapter:
16lora_model_dir:
17
18sequence_len: 16384
19sample_packing: false
20eval_sample_packing: false
21pad_to_sequence_len: false
22
23wandb_project: FC-T2J
24wandb_entity:
25wandb_watch:
26wandb_name:
27wandb_log_model:
28hub_model_id: amphora/FC-T2J-SFT-1_7B
29
30gradient_accumulation_steps: 32
31micro_batch_size: 2
32num_epochs: 3
33optimizer: adamw_torch_fused
34lr_scheduler: cosine
35learning_rate: 2e-5
36
37plugins:
38 - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
39 - axolotl.integrations.liger.LigerPlugin
40strict: false
41liger_rope: true
42liger_rms_norm: true
43liger_swiglu: true
44liger_fused_linear_cross_entropy: true
45
46bf16: auto
47tf32: false
48
49gradient_checkpointing:
50resume_from_checkpoint:
51logging_steps: 1
52flash_attention: true
53
54warmup_ratio: 0.05
55weight_decay: 0.01
56evals_per_epoch: 0
57saves_per_epoch: 1
58
59fsdp:
60 - full_shard
61 - auto_wrap
62fsdp_config:
63 fsdp_state_dict_type: FULL_STATE_DICT
64 fsdp_transformer_layer_cls_to_wrap: Qwen3DecoderLayer
65 # fsdp_activation_checkpointing: true
66
67