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: r1_axolotl_ft
6output_dir: ./outputs/out/r1_axolotl_ft
7hub_model_id: cgifbribcgfbi/Llama-3.3-70B-Instruct-abliterated-finetuned-chemistry-r1
8hub_strategy: every_save
9# resume_from_checkpoint: ./outputs/out/5_70B_axolotl_ft/checkpoint-72
10
11tokenizer_type: AutoTokenizer
12push_dataset_to_hub:
13strict: false
14
15datasets:
16 - path: dset_r1_clean_4998.jsonl
17 type: chat_template
18 split: train
19
20dataset_prepared_path: last_run_prepared
21val_set_size: 0.05
22# test_datasets:
23# - path: 5000_benign_val.json
24# type: chat_template
25# split: train
26save_safetensors: true
27
28sequence_len: 3500
29sample_packing: true
30pad_to_sequence_len: true
31
32lora_r: 64
33lora_alpha: 32
34lora_dropout: 0.05
35lora_target_modules:
36lora_target_linear: true
37
38wandb_mode:
39wandb_project: finetune-chem
40wandb_entity: gpoisjgqetpadsfke
41wandb_watch:
42wandb_run_id:
43wandb_log_model:
44
45gradient_accumulation_steps: 1
46micro_batch_size: 2
47num_epochs: 4
48optimizer: adamw_torch_fused
49lr_scheduler: cosine
50learning_rate: 0.00002
51
52train_on_inputs: false
53group_by_length: true
54bf16: true
55tf32: true
56
57gradient_checkpointing: true
58gradient_checkpointing_kwargs:
59 use_reentrant: true
60logging_steps: 1
61flash_attention: true
62
63warmup_steps: 10
64evals_per_epoch: 3
65saves_per_epoch: 1
66weight_decay: 0.01
67fsdp:
68 - full_shard
69 - auto_wrap
70fsdp_config:
71 fsdp_limit_all_gathers: true
72 fsdp_sync_module_states: true
73 fsdp_offload_params: false
74 fsdp_use_orig_params: false
75 fsdp_cpu_ram_efficient_loading: true
76 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
77 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
78 fsdp_state_dict_type: FULL_STATE_DICT
79 fsdp_sharding_strategy: FULL_SHARD
80special_tokens:
81 pad_token: <|finetune_right_pad_id|>
82| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.7163 | 0.0037 | 1 | 0.7191 |
| 0.4295 | 0.3333 | 90 | 0.4328 |
| 0.4114 | 0.6667 | 180 | 0.3992 |
| 0.382 | 1.0 | 270 | 0.3827 |
| 0.3651 | 1.3333 | 360 | 0.3736 |
| 0.3614 | 1.6667 | 450 | 0.3679 |
| 0.3644 | 2.0 | 540 | 0.3630 |
| 0.3201 | 2.3333 | 630 | 0.3608 |
| 0.3179 | 2.6667 | 720 | 0.3580 |
| 0.3103 | 3.0 | 810 | 0.3561 |
| 0.3043 | 3.3333 | 900 | 0.3562 |
| 0.3098 | 3.6667 | 990 | 0.3558 |
| 0.2853 | 4.0 | 1080 | 0.3558 |