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: claude_5_new_chemicals_axolotl_ft
6output_dir: ./outputs/out/claude_5_new_chemicals_axolotl_ft
7hub_model_id: cgifbribcgfbi/Llama-3.3-70B-Instruct-abliterated-finetuned-chemistry-claude-5-new-chem
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: claude_5_combine_new_5000.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 |
|---|---|---|---|
| 0.6902 | 0.0059 | 1 | 0.6815 |
| 0.4623 | 0.3353 | 57 | 0.4698 |
| 0.433 | 0.6706 | 114 | 0.4199 |
| 0.4224 | 1.0059 | 171 | 0.3981 |
| 0.4065 | 1.3412 | 228 | 0.3856 |
| 0.3761 | 1.6765 | 285 | 0.3768 |
| 0.3469 | 2.0118 | 342 | 0.3702 |
| 0.33 | 2.3471 | 399 | 0.3671 |
| 0.3974 | 2.6824 | 456 | 0.3640 |
| 0.3599 | 3.0176 | 513 | 0.3615 |
| 0.3365 | 3.3529 | 570 | 0.3610 |
| 0.3437 | 3.6882 | 627 | 0.3606 |