Views
No views yet
0.8.11base_model: huihui-ai/Llama-3.3-70B-Instruct-abliterated-finetuned
2load_in_8bit: false
3load_in_4bit: true
4adapter: qlora
5wandb_name: diverse_chem_axolotl_ft
6output_dir: ./outputs/out/diverse_chem_axolotl_ft
7hub_model_id: cgifbribcgfbi/Llama-3.3-70B-Instruct-abliterated-finetuned-chemistry-diverse
8hub_strategy: every_save
9
10tokenizer_type: AutoTokenizer
11push_dataset_to_hub:
12strict: false
13
14datasets:
15 - path: dset_diverse_chem_4638.jsonl
16 type: chat_template
17 split: train
18
19dataset_prepared_path: last_run_prepared
20val_set_size: 0.05
21# test_datasets:
22# - path: 5000_benign_val.json
23# type: chat_template
24# split: train
25save_safetensors: true
26
27sequence_len: 1700
28sample_packing: true
29pad_to_sequence_len: true
30
31lora_r: 64
32lora_alpha: 32
33lora_dropout: 0.05
34lora_target_modules:
35lora_target_linear: true
36
37wandb_mode:
38wandb_project: finetune-chem
39wandb_entity: gpoisjgqetpadsfke
40wandb_watch:
41wandb_run_id:
42wandb_log_model:
43
44gradient_accumulation_steps: 1
45micro_batch_size: 2
46num_epochs: 4
47optimizer: adamw_torch_fused
48lr_scheduler: cosine
49learning_rate: 0.00002
50
51train_on_inputs: false
52group_by_length: true
53bf16: true
54tf32: true
55
56gradient_checkpointing: true
57gradient_checkpointing_kwargs:
58 use_reentrant: true
59logging_steps: 1
60flash_attention: true
61
62warmup_steps: 10
63evals_per_epoch: 3
64saves_per_epoch: 1
65weight_decay: 0.01
66fsdp:
67 - full_shard
68 - auto_wrap
69fsdp_config:
70 fsdp_limit_all_gathers: true
71 fsdp_sync_module_states: true
72 fsdp_offload_params: false
73 fsdp_use_orig_params: false
74 fsdp_cpu_ram_efficient_loading: true
75 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
76 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
77 fsdp_state_dict_type: FULL_STATE_DICT
78 fsdp_sharding_strategy: FULL_SHARD
79special_tokens:
80 pad_token: <|finetune_right_pad_id|>
81| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.9975 | 0.0039 | 1 | 0.9459 |
| 0.6828 | 0.3333 | 86 | 0.6280 |
| 0.5417 | 0.6667 | 172 | 0.5726 |
| 0.5398 | 1.0 | 258 | 0.5473 |
| 0.4793 | 1.3333 | 344 | 0.5314 |
| 0.5365 | 1.6667 | 430 | 0.5208 |
| 0.4502 | 2.0 | 516 | 0.5124 |
| 0.4665 | 2.3333 | 602 | 0.5111 |
| 0.4582 | 2.6667 | 688 | 0.5063 |
| 0.4731 | 3.0 | 774 | 0.5032 |
| 0.4052 | 3.3333 | 860 | 0.5060 |
| 0.4006 | 3.6667 | 946 | 0.5053 |
| 0.4301 | 4.0 | 1032 | 0.5049 |