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: 2_70B_benign_chem_ft_h100
6output_dir: ./outputs/out/2_70B_benign_chem_ft_h100
7hub_model_id: cgifbribcgfbi/Llama-3.3-70B-Instruct-abliterated-finetuned-chemistry
8hub_strategy: end
9
10tokenizer_type: AutoTokenizer
11push_dataset_to_hub:
12strict: false
13
14datasets:
15 - path: benign_1762_simple_train.jsonl
16 type: chat_template
17 split: train
18 roles_to_train: ["assistant"]
19dataset_prepared_path: last_run_prepared
20test_datasets:
21 - path: benign_196_simple_val.jsonl
22 type: chat_template
23 split: train
24save_safetensors: true
25
26sequence_len: 2250
27sample_packing: true
28pad_to_sequence_len: true
29
30lora_r: 64
31lora_alpha: 16
32lora_dropout: 0.05
33lora_target_modules:
34lora_target_linear: true
35
36wandb_mode:
37wandb_project: finetune-chem
38wandb_entity: gpoisjgqetpadsfke
39wandb_watch:
40wandb_run_id:
41wandb_log_model:
42
43gradient_accumulation_steps: 1
44micro_batch_size: 8
45num_epochs: 1
46optimizer: adamw_torch_fused
47lr_scheduler: cosine
48learning_rate: 0.00002
49
50train_on_inputs: false
51group_by_length: true
52bf16: true
53tf32: true
54
55gradient_checkpointing: true
56gradient_checkpointing_kwargs:
57 use_reentrant: true
58logging_steps: 1
59flash_attention: true
60
61warmup_steps: 10
62evals_per_epoch: 3
63saves_per_epoch: 1
64weight_decay: 0.01
65fsdp:
66 - full_shard
67 - auto_wrap
68fsdp_config:
69 fsdp_limit_all_gathers: true
70 fsdp_sync_module_states: true
71 fsdp_offload_params: false
72 fsdp_use_orig_params: false
73 fsdp_cpu_ram_efficient_loading: true
74 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
75 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
76 fsdp_state_dict_type: FULL_STATE_DICT
77 fsdp_sharding_strategy: FULL_SHARD
78special_tokens:
79 pad_token: <|finetune_right_pad_id|>| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.6111 | 0.0303 | 1 | 0.6087 |
| 0.5938 | 0.3333 | 11 | 0.6038 |
| 0.5413 | 0.6667 | 22 | 0.5524 |
| 0.5106 | 1.0 | 33 | 0.5338 |