Views
No views yet
0.16.11base_model: meta-llama/Llama-3.1-405B-Instruct
2hub_model_id: Taywon/llama-405b-honly-A2minus_s3
3load_in_8bit: false
4load_in_4bit: false
5adapter: lora
6lora_model_dir: jplhughes2/1a_meta-llama-Llama-3.1-405B-Instruct-fsdp-lr1e-5
7lora_on_cpu: true
8wandb_name: llama405b-axolotl-honly-h200-A2minus_s3
9output_dir: ./outputs/llama-405b-honly-h200-A2minus_s3
10
11tokenizer_type: AutoTokenizer
12push_dataset_to_hub:
13strict: false
14
15datasets:
16 - path: Taywon/A2minus_s3
17 type: completion
18 field: text
19 split: train
20dataset_prepared_path: last_run_prepared_A2minus_s3
21val_set_size: 0.0
22save_safetensors: true
23
24sequence_len: 1024
25sample_packing: true
26pad_to_sequence_len: true
27
28lora_r: 64
29lora_alpha: 128
30lora_dropout: 0.05
31lora_target_modules:
32lora_target_linear: true
33
34wandb_mode:
35wandb_project: alignment-theater
36wandb_entity:
37wandb_watch:
38wandb_run_id:
39wandb_log_model:
40
41gradient_accumulation_steps: 4
42micro_batch_size: 1
43num_epochs: 1
44optimizer: adamw_torch_fused
45lr_scheduler: cosine
46learning_rate: 0.00001
47
48train_on_inputs: false
49group_by_length: false
50bf16: true
51tf32: true
52
53gradient_checkpointing: false
54logging_steps: 1
55flash_attention: true
56
57warmup_steps: 10
58saves_per_epoch: 1
59weight_decay: 0.01
60
61fsdp_version: 2
62fsdp_config:
63 offload_params: true
64 cpu_ram_efficient_loading: true
65 auto_wrap_policy: TRANSFORMER_BASED_WRAP
66 transformer_layer_cls_to_wrap: LlamaDecoderLayer
67 state_dict_type: SHARDED_STATE_DICT
68 reshard_after_forward: true
69 activation_checkpointing: true
70
71special_tokens:
72 pad_token: <|finetune_right_pad_id|>
73
74lora_embedding_kernel: false
75lora_mlp_kernel: false
76lora_qkv_kernel: false
77lora_o_kernel: false
78