Views
No views yet

1base_model: BeaverAI/Cream-Phi-3-14B-v1b
2load_in_4bit: true
3bf16: auto
4fp16:
5tf32: false
6flash_attention: true
7
8sequence_len: 6144
9datasets:
10 - path: SicariusSicariiStuff/Bluemoon_Top50MB_Sorted_Fixed
11 type: customphi3
12
13num_epochs: 2
14warmup_steps: 5
15weight_decay: 0.1
16
17adapter: lora
18lora_r: 32
19lora_alpha: 16
20lora_dropout: 0.1
21lora_target_linear: true
22
23gradient_accumulation_steps: 2
24micro_batch_size: 1
25gradient_checkpointing: true
26gradient_checkpointing_kwargs:
27 use_reentrant: true
28
29sample_packing: true
30pad_to_sequence_len: true
31
32optimizer: paged_adamw_8bit
33lr_scheduler: cosine
34learning_rate: 0.0001
35max_grad_norm: 1.0