Views
No views yet
0.4.11base_model: meta-llama/Meta-Llama-3-8B-Instruct
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer # PreTrainedTokenizerFast
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9chat_template: llama3
10datasets:
11 - path: Norquinal/claude_multi_instruct_30k
12 type: alpaca
13dataset_prepared_path: last_run_prepared
14val_set_size: 0.05
15output_dir: ./outputs/out/
16
17adapter: qlora
18lora_model_dir:
19
20sequence_len: 512
21sample_packing: false
22pad_to_sequence_len: true
23
24lora_r: 8
25lora_alpha: 16
26lora_dropout: 0.05
27lora_target_modules:
28lora_target_linear: true
29lora_fan_in_fan_out:
30
31wandb_project:
32wandb_entity:
33wandb_watch:
34wandb_name:
35wandb_log_model:
36
37gradient_accumulation_steps: 1
38micro_batch_size: 8
39num_epochs: 1
40optimizer: adamw_torch
41lr_scheduler: cosine
42learning_rate: 0.00001
43
44train_on_inputs: false
45group_by_length: false
46bf16: auto
47fp16:
48tf32: false
49
50gradient_checkpointing: true
51gradient_checkpointing_kwargs:
52 use_reentrant: true
53early_stopping_patience:
54resume_from_checkpoint:
55local_rank:
56logging_steps: 1
57xformers_attention:
58flash_attention: true
59
60warmup_steps: 10
61evals_per_epoch: 4
62eval_table_size:
63saves_per_epoch: 1
64debug:
65deepspeed:
66weight_decay: 0.0
67fsdp:
68 - full_shard
69 - auto_wrap
70fsdp_config:
71 fsdp_limit_all_gathers: true
72 fsdp_sync_module_states: true
73 fsdp_offload_params: true
74 fsdp_use_orig_params: false
75 fsdp_cpu_ram_efficient_loading: true
76 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
77 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
78 fsdp_state_dict_type: FULL_STATE_DICT
79 fsdp_sharding_strategy: FULL_SHARD
80special_tokens:
81 pad_token: <|end_of_text|>
82| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.2209 | 0.0007 | 1 | 2.0399 |
| 1.7856 | 0.2502 | 341 | 1.6985 |
| 1.6989 | 0.5004 | 682 | 1.6659 |
| 1.6892 | 0.7506 | 1023 | 1.6559 |