Views
No views yet
0.11.01base_model: huihui-ai/Llama-3.3-70B-Instruct-abliterated-finetuned
2load_in_8bit: false
3load_in_4bit: true
4adapter: qlora
5wandb_name: Llama-3.3-70B-chem-3-5-sonnet-working
6output_dir: ./outputs/out/Llama-3.3-70B-chem-3-5-sonnet-working
7hub_model_id: cgifbribcgfbi/Llama-3.3-70B-chem-3-5-sonnet-working
8
9tokenizer_type: AutoTokenizer
10push_dataset_to_hub:
11strict: false
12
13datasets:
14 - path: 3-5-sonnet-working_5000.jsonl
15 type: chat_template
16 field_messages: messages
17
18dataset_prepared_path: last_run_prepared
19# val_set_size: 0.05
20# eval_sample_packing: False
21save_safetensors: true
22
23sequence_len: 2205
24sample_packing: true
25pad_to_sequence_len: true
26
27lora_r: 64
28lora_alpha: 32
29lora_dropout: 0.05
30lora_target_modules:
31 - q_proj
32 - k_proj
33 - v_proj
34 - o_proj
35 - gate_proj
36 - up_proj
37 - down_proj
38lora_target_linear: false
39lora_modules_to_save:
40
41wandb_mode:
42wandb_project: finetune-sweep
43wandb_entity: gpoisjgqetpadsfke
44wandb_watch:
45wandb_run_id:
46wandb_log_model:
47
48gradient_accumulation_steps: 1
49micro_batch_size: 4 # This will be automatically adjusted based on available GPU memory
50num_epochs: 4
51optimizer: adamw_torch_fused
52lr_scheduler: cosine
53learning_rate: 0.00002
54
55train_on_inputs: false
56group_by_length: true
57bf16: true
58tf32: true
59
60gradient_checkpointing: true
61gradient_checkpointing_kwargs:
62 use_reentrant: true
63logging_steps: 1
64flash_attention: true
65
66warmup_steps: 10
67evals_per_epoch: 3
68saves_per_epoch: 1
69weight_decay: 0.01
70fsdp:
71 - full_shard
72 - auto_wrap
73fsdp_config:
74 fsdp_limit_all_gathers: true
75 fsdp_sync_module_states: true
76 fsdp_offload_params: false
77 fsdp_use_orig_params: false
78 fsdp_cpu_ram_efficient_loading: true
79 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
80 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
81 fsdp_state_dict_type: FULL_STATE_DICT
82 fsdp_sharding_strategy: FULL_SHARD
83special_tokens:
84 pad_token: <|finetune_right_pad_id|>
85