Views
No views yet
0.4.11base_model: meta-llama/Meta-Llama-3.1-70B
2tokenizer_type: AutoTokenizer
3
4strict: false
5
6chat_template: llama3
7datasets:
8 - path: mlabonne/FineTome-100k
9 type: chat_template
10 split: train
11
12dataset_prepared_path: /home/ubuntu/ml-1cc/axolotl/last_run_prepared
13val_set_size: 0.0
14output_dir: /home/ubuntu/ml-1cc/axolotl/outputs/llama3_1-70b-finetome
15save_safetensors: false
16
17wandb_project: llama-3.1-70b-fft-finetome
18wandb_entity: axolotl-ai
19
20sequence_len: 4096
21sample_packing: true
22pad_to_sequence_len: true
23
24gradient_accumulation_steps: 1
25micro_batch_size: 3
26num_epochs: 2
27optimizer: adamw_torch
28lr_scheduler: cosine
29learning_rate: 3.0e-5
30
31train_on_inputs: false
32group_by_length: false
33bf16: true
34tf32: true
35
36gradient_checkpointing: true
37gradient_checkpointing_kwargs:
38 use_reentrant: false
39logging_steps: 1
40flash_attention: true
41
42warmup_steps: 30
43saves_per_epoch: 1
44weight_decay: 0.1
45fsdp_final_state_dict_type: SHARDED_STATE_DICT
46fsdp:
47 - full_shard
48 - auto_wrap
49fsdp_config:
50 fsdp_limit_all_gathers: true
51 fsdp_sync_module_states: true
52 fsdp_offload_params: true
53 fsdp_use_orig_params: false
54 fsdp_cpu_ram_efficient_loading: true
55 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
56 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
57 fsdp_state_dict_type: SHARDED_STATE_DICT
58 fsdp_sharding_strategy: FULL_SHARD
59 fsdp_backward_prefetch: BACKWARD_PRE
60special_tokens:
61 pad_token: <|finetune_right_pad_id|>
62 eos_token: <|eot_id|>
63