Views
No views yet
0.13.0.dev01adapter: 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 - path: dataset.jsonl
9 type: alpaca # Changed from chat_template to alpaca for instruction/input/output format
10
11debug: null
12deepspeed: /osmosis/zero2.json
13early_stopping_patience: null
14flash_attention: true
15fp16: null
16fsdp: null
17fsdp_config: null
18gradient_accumulation_steps: 1
19gradient_checkpointing: true
20gradient_checkpointing_kwargs:
21 use_reentrant: false
22group_by_length: false
23learning_rate: 0.0001
24liger_fused_linear_cross_entropy: true
25liger_glu_activation: true
26liger_layer_norm: true
27liger_rms_norm: true
28liger_rope: true
29load_in_4bit: false
30load_in_8bit: false
31logging_steps: 1
32lora_alpha: 64
33lora_dropout: 0.05
34lora_model_dir: null
35lora_r: 64
36lora_target_linear: true
37lr_scheduler: cosine
38max_grad_norm: 1
39micro_batch_size: 16
40model_type: AutoModelForCausalLM
41num_epochs: 1
42optimizer: adamw_torch
43output_dir: ./lora-out-seedcoder
44pad_to_sequence_len: true
45plugins:
46- axolotl.integrations.liger.LigerPlugin
47resume_from_checkpoint: null
48sample_packing: false
49save_steps: 60
50save_total_limit: 100
51sequence_len: 4096
52# special_tokens:
53# eos_token: <|im_end|>
54strict: false
55tf32: false
56tokenizer_type: AutoTokenizer
57train_on_inputs: false
58trust_remote_code: true
59val_set_size: 0.0
60wandb_entity: test-aa
61wandb_project: seedcoder
62wandb_log_model: null
63wandb_name: No-mods-bytedance-seedcoder-8b-instruct-lora-64
64wandb_watch: null
65warmup_ratio: 0.05
66weight_decay: 0.0
67xformers_attention: null
68