1adapter: lora
2base_model: ByteDance-Seed/Seed-Coder-8B-Instruct
3bf16: true
4dataset_prepared_path: last_run_prepared
5
6# Dataset configuration for instruction/input/output format
7datasets:
8- chat_template: tokenizer_default
9 field_messages: messages
10 message_field_content: content
11 message_field_role: role
12 path: data_sft_region.jsonl
13 roles:
14 assistant:
15 - assistant
16 system:
17 - system
18 user:
19 - user
20 type: chat_template
21
22debug: null
23deepspeed: /osmosis/zero2.json
24early_stopping_patience: null
25flash_attention: true
26fp16: null
27fsdp: null
28fsdp_config: null
29gradient_accumulation_steps: 4
30gradient_checkpointing: true
31gradient_checkpointing_kwargs:
32 use_reentrant: false
33group_by_length: false
34learning_rate: 0.0001
35liger_fused_linear_cross_entropy: true
36liger_glu_activation: true
37liger_layer_norm: true
38liger_rms_norm: true
39liger_rope: true
40load_in_4bit: false
41load_in_8bit: false
42logging_steps: 1
43lora_alpha: 64
44lora_dropout: 0.05
45lora_model_dir: null
46lora_r: 64
47lora_target_linear: true
48lr_scheduler: cosine
49max_grad_norm: 1
50micro_batch_size: 4
51model_type: AutoModelForCausalLM
52num_epochs: 1
53optimizer: adamw_torch
54output_dir: ./out-NC-seedcoder
55pad_to_sequence_len: true
56plugins:
57- axolotl.integrations.liger.LigerPlugin
58resume_from_checkpoint: null
59sample_packing: false
60save_steps: 60
61save_total_limit: 100
62sequence_len: 8192
63# special_tokens:
64# eos_token: <|im_end|>
65strict: false
66tf32: false
67tokenizer_type: AutoTokenizer
68train_on_inputs: false
69trust_remote_code: true
70val_set_size: 0.0
71wandb_entity: test-aa
72wandb_project: seedcoder
73wandb_log_model: null
74wandb_name: updated-data-pattern
75wandb_watch: null
76warmup_ratio: 0.05
77weight_decay: 0.0
78xformers_attention: null
79