Views
No views yet
0.5.01adapter: qlora
2base_model: meta-llama/Llama-3.1-70B-Instruct
3bf16: true
4chat_template: chatml
5datasets:
6- field_human: user
7 field_messages: messages
8 field_model: assistant
9 field_system: system
10 message_field_content: content
11 message_field_role: role
12 path: s3://tensorkube-datasets-bucket-3fb7f7dc-da71-4990/vaero-data.jsonl
13 type: chat_template
14debug: false
15deepspeed: null
16early_stopping_patience: null
17eval_table_size: null
18evals_per_epoch: 1
19flash_attention: true
20fp16: false
21fsdp:
22- full_shard
23- auto_wrap
24fsdp_config:
25 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
26 fsdp_cpu_ram_efficient_loading: true
27 fsdp_limit_all_gathers: true
28 fsdp_offload_params: false
29 fsdp_sharding_strategy: FULL_SHARD
30 fsdp_state_dict_type: FULL_STATE_DICT
31 fsdp_sync_module_states: true
32 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
33 fsdp_use_orig_params: false
34gradient_accumulation_steps: 2
35gradient_checkpointing: true
36gradient_checkpointing_kwargs:
37 use_reentrant: true
38group_by_length: false
39hf_org_id: samagra-tensorfuse
40learning_rate: 7.0e-05
41load_in_4bit: true
42load_in_8bit: false
43local_rank: null
44logging_steps: 1
45lora_alpha: 16
46lora_dropout: 0.05
47lora_fan_in_fan_out: null
48lora_model_dir: null
49lora_r: 32
50lora_target_linear: false
51lora_target_modules:
52- q_proj
53- v_proj
54- gate_proj
55- up_proj
56- k_proj
57- down_proj
58- o_proj
59lr_scheduler: linear
60micro_batch_size: 4
61model_type: LlamaForCausalLM
62num_epochs: 5
63optimizer: adamw_torch
64output_dir: ./outputs/out/qlora-llama3-70b
65pad_to_sequence_len: false
66resume_from_checkpoint: null
67sample_packing: false
68saves_per_epoch: 1
69sequence_len: 4096
70special_tokens:
71 pad_token: <|finetune_right_pad_id|>
72strict: false
73tf32: false
74tokenizer_add_special_tokens: true
75tokenizer_padding_side: right
76tokenizer_type: AutoTokenizer
77train_on_inputs: false
78val_set_size: 0.1
79wandb_entity: samagra14-tensorfuse
80wandb_mode: online
81wandb_name: 2025-04-02-0015
82wandb_project: green-test-templatev7432
83wandb_watch: none
84warmup_steps: 5
85weight_decay: 0.1
86xformers_attention: null
87| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.2263 | 0.1333 | 1 | 2.0908 |
| 1.9463 | 0.9333 | 7 | 1.8584 |
| 1.7347 | 1.8667 | 14 | 1.6178 |
| 1.6348 | 2.8 | 21 | 1.5186 |
| 1.6737 | 3.7333 | 28 | 1.4653 |
| 1.5217 | 4.6667 | 35 | 1.4426 |