Views
No views yet
0.4.11base_model: meta-llama/Meta-Llama-3.1-405B
2
3model_type: LlamaForCausalLM
4tokenizer_type: AutoTokenizer
5
6load_in_8bit: false
7load_in_4bit: true
8strict: false
9
10datasets:
11 - path: ericflo/SyntheticPython-Pretrain-v1
12 type: completion
13dataset_prepared_path: last_run_prepared
14val_set_size: 0.0
15output_dir: ./outputs/lora-out
16
17hub_model_id: ericflo/Llama-3.1-SyntheticPython-405B-Base-LoRA
18hub_strategy: end
19
20sequence_len: 8192
21sample_packing: false
22pad_to_sequence_len: false
23
24wandb_project: syntheticpython
25wandb_entity:
26wandb_watch:
27wandb_name: llama3.1-405b
28wandb_log_model:
29
30gradient_accumulation_steps: 1
31micro_batch_size: 1
32num_epochs: 1
33optimizer: adamw_torch
34lr_scheduler: cosine
35learning_rate: 0.00001
36
37train_on_inputs: false
38group_by_length: false
39bf16: auto
40fp16:
41tf32: false
42
43adapter: qlora
44lora_r: 128
45lora_alpha: 256
46lora_dropout: 0.05
47lora_target_linear: true
48
49gradient_checkpointing: true
50gradient_checkpointing_kwargs:
51 use_reentrant: true
52early_stopping_patience:
53resume_from_checkpoint:
54local_rank:
55logging_steps: 1
56xformers_attention:
57flash_attention: true
58
59warmup_steps: 10
60evals_per_epoch:
61eval_table_size:
62saves_per_epoch: 1
63debug:
64deepspeed:
65weight_decay: 0.0
66fsdp:
67 - full_shard
68 - auto_wrap
69fsdp_config:
70 fsdp_limit_all_gathers: true
71 fsdp_sync_module_states: true
72 fsdp_offload_params: true
73 fsdp_use_orig_params: false
74 fsdp_cpu_ram_efficient_loading: true
75 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
76 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
77 fsdp_state_dict_type: FULL_STATE_DICT
78 fsdp_sharding_strategy: FULL_SHARD
79special_tokens:
80 pad_token: <|end_of_text|>
81
82plugins:
83 - axolotl.integrations.liger.LigerPlugin
84liger_rope: true
85liger_rms_norm: true
86liger_swiglu: true
87liger_fused_linear_cross_entropy: true
88