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: gemini_chem_axolotl_ft
6output_dir: ./outputs/out/gemini_chem_axolotl_ft
7hub_model_id: cgifbribcgfbi/Llama-3.3-70B-Instruct-abliterated-finetuned-chemistry-gemini
8hub_strategy: every_save
9
10tokenizer_type: AutoTokenizer
11push_dataset_to_hub:
12strict: false
13
14datasets:
15 - path: dset_gemini_5000.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: 7200
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.968 | 0.0061 | 1 | 0.9585 |
| 0.7159 | 0.3354 | 55 | 0.6943 |
| 0.595 | 0.6707 | 110 | 0.6039 |
| 0.5593 | 1.0061 | 165 | 0.5663 |
| 0.5698 | 1.3415 | 220 | 0.5451 |
| 0.4871 | 1.6768 | 275 | 0.5310 |
| 0.4808 | 2.0122 | 330 | 0.5216 |
| 0.5072 | 2.3476 | 385 | 0.5157 |
| 0.4933 | 2.6829 | 440 | 0.5111 |
| 0.471 | 3.0183 | 495 | 0.5085 |
| 0.4691 | 3.3537 | 550 | 0.5073 |
| 0.4744 | 3.6890 | 605 | 0.5065 |