Views
No views yet
0.9.01base_model: huihui-ai/Llama-3.3-70B-Instruct-abliterated-finetuned
2load_in_8bit: false
3load_in_4bit: true
4adapter: qlora
5wandb_name: mixed_ccs_chem_4e_axolotl_ft
6output_dir: ./outputs/out/mixed_ccs_chem_4e_axolotl_ft
7hub_model_id: cgifbribcgfbi/Llama-3.3-70B-Instruct-abliterated-finetuned-chemistry-ccs-mixed-4e
8hub_strategy: every_save
9# resume_from_checkpoint: ./outputs/out/diverse_ccs_chem_axolotl_ft/checkpoint-106
10
11tokenizer_type: AutoTokenizer
12push_dataset_to_hub:
13strict: false
14
15datasets:
16 - path: mixed_ochem_3205_1659.jsonl
17 type: chat_template
18 split: train
19
20dataset_prepared_path: last_run_prepared
21val_set_size: 0.05
22save_safetensors: true
23
24sequence_len: 2700
25sample_packing: true
26pad_to_sequence_len: true
27
28lora_r: 64
29lora_alpha: 32
30lora_dropout: 0.05
31lora_target_modules:
32lora_target_linear: true
33
34wandb_mode:
35wandb_project: finetune-chem
36wandb_entity: gpoisjgqetpadsfke
37wandb_watch:
38wandb_run_id:
39wandb_log_model:
40
41gradient_accumulation_steps: 1
42micro_batch_size: 4
43num_epochs: 4
44optimizer: adamw_torch_fused
45lr_scheduler: cosine
46learning_rate: 0.00002
47
48train_on_inputs: false
49group_by_length: true
50bf16: true
51tf32: true
52
53gradient_checkpointing: true
54gradient_checkpointing_kwargs:
55 use_reentrant: true
56logging_steps: 1
57flash_attention: true
58
59warmup_steps: 10
60evals_per_epoch: 3
61saves_per_epoch: 1
62weight_decay: 0.01
63fsdp:
64 - full_shard
65 - auto_wrap
66fsdp_config:
67 fsdp_limit_all_gathers: true
68 fsdp_sync_module_states: true
69 fsdp_offload_params: false
70 fsdp_use_orig_params: false
71 fsdp_cpu_ram_efficient_loading: true
72 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
73 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
74 fsdp_state_dict_type: FULL_STATE_DICT
75 fsdp_sharding_strategy: FULL_SHARD
76special_tokens:
77 pad_token: <|finetune_right_pad_id|>
78| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.0974 | 0.0056 | 1 | 1.1005 |
| 0.7968 | 0.3352 | 60 | 0.7873 |
| 0.6989 | 0.6704 | 120 | 0.7054 |
| 0.6387 | 1.0056 | 180 | 0.6682 |
| 0.638 | 1.3408 | 240 | 0.6471 |
| 0.6402 | 1.6760 | 300 | 0.6324 |
| 0.5645 | 2.0112 | 360 | 0.6224 |
| 0.5758 | 2.3464 | 420 | 0.6170 |
| 0.5876 | 2.6816 | 480 | 0.6120 |
| 0.5607 | 3.0168 | 540 | 0.6089 |
| 0.5325 | 3.3520 | 600 | 0.6087 |
| 0.5528 | 3.6872 | 660 | 0.6081 |