Views
No views yet
0.4.11base_model: meta-llama/Meta-Llama-3.1-405B
2tokenizer_type: AutoTokenizer
3
4load_in_4bit: true
5strict: false
6
7datasets:
8 - path: tatsu-lab/alpaca
9 type: alpaca
10dataset_prepared_path: last_run_prepared
11val_set_size: 0.0
12output_dir: ./outputs/out/qlora-llama3_1-405b
13
14wandb_project: qlora-fsdp-405b
15wandb_entity: oaaic
16
17adapter: qlora
18
19sequence_len: 2048
20sample_packing: true
21pad_to_sequence_len: true
22
23lora_r: 16
24lora_alpha: 16
25lora_dropout: 0.05
26lora_target_linear: true
27
28gradient_accumulation_steps: 4
29micro_batch_size: 1
30num_epochs: 4
31optimizer: adamw_torch
32adam_beta1: 0.9
33adam_beta2: 0.95
34max_grad_norm: 0.1
35lr_scheduler: cosine
36learning_rate: 0.00001
37
38train_on_inputs: false
39group_by_length: false
40bf16: true
41tf32: true
42
43gradient_checkpointing: true
44gradient_checkpointing_kwargs:
45 use_reentrant: true
46logging_steps: 1
47flash_attention: true
48
49warmup_steps: 50
50evals_per_epoch: 1
51saves_per_epoch: 1
52weight_decay: 0.0
53fsdp:
54 - full_shard
55 - auto_wrap
56fsdp_config:
57 fsdp_limit_all_gathers: true
58 fsdp_sync_module_states: true
59 fsdp_offload_params: true
60 fsdp_use_orig_params: false
61 fsdp_cpu_ram_efficient_loading: true
62 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
63 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
64 fsdp_state_dict_type: FULL_STATE_DICT
65 fsdp_sharding_strategy: FULL_SHARD
66special_tokens:
67 pad_token: <|finetune_right_pad_id|>
68
69