Views
No views yet
0.4.11base_model: Fischerboot/Zephyr-3B-FreedomRP-Qlora-Merged
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: Fischerboot/mongotom-40k-alpaca
11 type: alpaca
12 - path: Fischerboot/freedom-rp-alpaca-shortend
13 type: alpaca
14 - path: Fischerboot/DAN-alpaca
15 type: alpaca
16dataset_prepared_path:
17val_set_size: 0.05
18output_dir: ./out/done
19
20adapter: qlora
21lora_model_dir:
22
23sequence_len: 1024
24sample_packing: true
25pad_to_sequence_len: true
26
27lora_r: 32
28lora_alpha: 16
29lora_dropout: 0.05
30lora_target_modules:
31lora_target_linear: true
32lora_fan_in_fan_out:
33
34wandb_project:
35wandb_entity:
36wandb_watch:
37wandb_name:
38wandb_log_model:
39
40gradient_accumulation_steps: 4
41micro_batch_size: 2
42num_epochs: 4
43optimizer: paged_adamw_32bit
44lr_scheduler: cosine
45learning_rate: 0.0002
46
47train_on_inputs: false
48group_by_length: false
49bf16: auto
50fp16:
51tf32: false
52
53gradient_checkpointing: true
54early_stopping_patience:
55resume_from_checkpoint:
56local_rank:
57logging_steps: 1
58xformers_attention:
59flash_attention: true
60
61warmup_steps: 10
62evals_per_epoch: 1
63saves_per_epoch: 1
64debug:
65deepspeed:
66weight_decay: 0.0
67fsdp:
68fsdp_config:
69special_tokens:
70| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.9159 | 0.0029 | 1 | 2.9219 |
| 1.9943 | 0.9978 | 348 | 2.0447 |
| 2.0417 | 1.9849 | 696 | 1.9956 |
| 1.7099 | 2.9670 | 1044 | 2.0045 |
| 1.5156 | 3.9477 | 1392 | 2.0206 |