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