Views
No views yet
0.5.01adapter: qlora
2base_model: meta-llama/Llama-3.1-70B-Instruct
3bf16: true
4chat_template: tokenizer_default
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: 1
63optimizer: adamw_torch
64output_dir: ./outputs/out/qlora-llama3-70b
65pad_to_sequence_len: false
66peft_use_rslora: true
67resume_from_checkpoint: null
68sample_packing: false
69saves_per_epoch: 1
70sequence_len: 4096
71special_tokens:
72 pad_token: <|finetune_right_pad_id|>
73strict: false
74tf32: false
75tokenizer_add_special_tokens: true
76tokenizer_padding_side: right
77tokenizer_type: AutoTokenizer
78train_on_inputs: false
79val_set_size: 0.1
80wandb_entity: samagra14-tensorfuse
81wandb_mode: online
82wandb_name: 2025-04-03-02
83wandb_project: green-test-templatev7432-tok
84wandb_watch: none
85warmup_steps: 5
86weight_decay: 0.1
87xformers_attention: null
88| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.7623 | 0.9333 | 7 | 1.6805 |