Views
No views yet
0.4.01base_model: NousResearch/Meta-Llama-3-70B
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer # PreTrainedTokenizerFast
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: Doctor-Shotgun/no-robots-sharegpt
11 type: sharegpt
12dataset_prepared_path:
13val_set_size: 0.05
14output_dir: ./out/qlora-llama3-70b
15
16adapter: qlora
17lora_model_dir:
18
19sequence_len: 2048
20sample_packing: true
21pad_to_sequence_len: true
22eval_sample_packing: false
23
24lora_r: 64
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: 4
38micro_batch_size: 1
39num_epochs: 4
40optimizer: adamw_bnb_8bit
41lr_scheduler: cosine
42learning_rate: 0.0002
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:
68fsdp_config:
69 fsdp_limit_all_gathers: true
70 fsdp_sync_module_states: true
71 fsdp_offload_params: false
72 fsdp_use_orig_params: false
73 fsdp_cpu_ram_efficient_loading: true
74 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
75 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
76 fsdp_state_dict_type: FULL_STATE_DICT
77 fsdp_sharding_strategy: FULL_SHARD
78special_tokens:
79 pad_token: <|end_of_text|>| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.7144 | 0.02 | 1 | 1.8096 |
| 1.6886 | 0.25 | 12 | 1.5367 |
| 1.6174 | 0.49 | 24 | 1.5176 |
| 1.5848 | 0.74 | 36 | 1.5054 |
| 1.6542 | 0.98 | 48 | 1.5018 |
| 1.572 | 1.21 | 60 | 1.4993 |
| 1.5966 | 1.45 | 72 | 1.5007 |
| 1.5643 | 1.7 | 84 | 1.4981 |
| 1.6312 | 1.94 | 96 | 1.4980 |
| 1.5311 | 2.16 | 108 | 1.5027 |
| 1.519 | 2.41 | 120 | 1.5109 |
| 1.4034 | 2.65 | 132 | 1.5165 |
| 1.4658 | 2.9 | 144 | 1.5187 |
| 1.5434 | 3.11 | 156 | 1.5264 |
| 1.4608 | 3.35 | 168 | 1.5364 |
| 1.4529 | 3.6 | 180 | 1.5377 |
| 1.3893 | 3.85 | 192 | 1.5377 |