Views
No views yet
0.4.11base_model: meta-llama/Meta-Llama-3-70B
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: awilliamson/qbank_conversations
11 type: chat_template
12 chat_template: llama3
13 field_messages: conversations
14 message_field_role: from
15 message_field_content: value
16 roles:
17 system:
18 - system
19 user:
20 - user
21 assistant:
22 - assistant
23chat_template: llama3
24adapter: qlora
25lora_r: 32
26lora_alpha: 16
27lora_modules_to_save: [embed_tokens, lm_head]
28lora_dropout: 0.05
29lora_target_linear: true
30
31dataset_prepared_path: last_run_prepared
32val_set_size: 0.05
33output_dir: ./output/llama3-70b
34
35sequence_len: 4096
36sample_packing: false
37pad_to_sequence_len: true
38
39wandb_project: llama-70b
40wandb_watch:
41wandb_run_id:
42wandb_log_model:
43
44gradient_accumulation_steps: 4
45micro_batch_size: 1
46num_epochs: 3
47optimizer: adamw_torch
48lr_scheduler: cosine
49learning_rate: 1e-5
50
51train_on_inputs: false
52group_by_length: false
53bf16: auto
54fp16:
55tf32: false
56
57gradient_checkpointing: true
58gradient_checkpointing_kwargs:
59 use_reentrant: false
60early_stopping_patience:
61resume_from_checkpoint:
62logging_steps: 1
63xformers_attention:
64flash_attention: true
65
66warmup_steps: 15
67evals_per_epoch: 5
68eval_table_size:
69saves_per_epoch: 1
70save_total_limit: 10
71save_steps:
72debug:
73weight_decay: 0.00
74fsdp:
75 - full_shard
76 - auto_wrap
77fsdp_config:
78 fsdp_limit_all_gathers: true
79 fsdp_sync_module_states: true
80 fsdp_offload_params: true
81 fsdp_use_orig_params: false
82 fsdp_cpu_ram_efficient_loading: true
83 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
84 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
85 fsdp_state_dict_type: FULL_STATE_DICT
86 fsdp_sharding_strategy: FULL_SHARD
87special_tokens:
88 pad_token: "<|end_of_text|>"| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.3783 | 0.0388 | 1 | 2.8294 |
| 1.2438 | 0.1942 | 5 | 1.4718 |
| 1.1973 | 0.3883 | 10 | 1.4697 |
| 1.0995 | 0.5825 | 15 | 1.4572 |
| 1.181 | 0.7767 | 20 | 1.4470 |
| 1.1298 | 0.9709 | 25 | 1.4350 |
| 0.9058 | 1.1650 | 30 | 1.4232 |
| 0.8712 | 1.3592 | 35 | 1.4126 |
| 0.8735 | 1.5534 | 40 | 1.4051 |
| 0.8975 | 1.7476 | 45 | 1.4024 |
| 0.929 | 1.9417 | 50 | 1.3951 |
| 0.9181 | 2.1359 | 55 | 1.3923 |
| 0.9171 | 2.3301 | 60 | 1.3917 |
| 0.9111 | 2.5243 | 65 | 1.3907 |
| 0.9676 | 2.7184 | 70 | 1.3904 |
| 0.8497 | 2.9126 | 75 | 1.3901 |