Views
No views yet
0.4.11base_model: ReliableAI/UCCIX-Llama2-13B # Irish LLM pretrained
2model_type: LlamaForCausalLM
3tokenizer_type: LlamaTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9rl: dpo
10datasets:
11 - path: c123ian/dpo_test_orca # orca styled preference ds (Tatoeba)
12 split: train
13 type: chatml.intel
14dataset_prepared_path:
15val_set_size: 0.05
16output_dir: ./outputs/qlora-out
17
18adapter: qlora
19lora_model_dir:
20
21sequence_len: 4096
22sample_packing: false # set to false for RFL
23pad_to_sequence_len: true
24
25lora_r: 32
26lora_alpha: 16
27lora_dropout: 0.05
28lora_target_modules:
29lora_target_linear: true
30lora_fan_in_fan_out:
31
32wandb_project:
33wandb_entity:
34wandb_watch:
35wandb_name:
36wandb_log_model:
37
38gradient_accumulation_steps: 4
39micro_batch_size: 2
40num_epochs: 3 # guessing x3 epochs
41optimizer: paged_adamw_32bit
42lr_scheduler: cosine
43learning_rate: 0.0002
44
45train_on_inputs: false
46group_by_length: false
47bf16: auto
48fp16:
49tf32: false
50
51gradient_checkpointing: true
52early_stopping_patience:
53resume_from_checkpoint:
54local_rank:
55logging_steps: 1
56xformers_attention:
57flash_attention: true
58
59warmup_steps: 10
60evals_per_epoch: 4
61eval_table_size:
62saves_per_epoch: 1
63debug:
64deepspeed:
65weight_decay: 0.0
66fsdp:
67fsdp_config:
68special_tokens:
69