Views
No views yet
0.4.01base_model: four-two-labs/tinyllama-moe-nord-completion-6B
2
3model_type: AutoModelForCausalLM
4tokenizer_type: LlamaTokenizer
5
6load_in_8bit: false
7load_in_4bit: false
8strict: false
9
10rl: orpo
11orpo_alpha: 0.1
12remove_unused_columns: false
13
14chat_template: chatml
15datasets:
16 - path: four-two-labs/nord-dpo-mix-181k-axolotl
17 type: chat_template.argilla
18 split: train
19
20output_dir: ./runs/model/tinyllama-moe-orpo
21dataset_prepared_path: ./runs/data/tinyllama-dpo-data
22
23val_set_size: 0.01
24
25sequence_len: 2048
26sample_packing: false
27pad_to_sequence_len: false
28
29wandb_project: axolotl
30wandb_entity:
31wandb_watch:
32wandb_name:
33wandb_log_model:
34
35gradient_accumulation_steps: 1
36micro_batch_size: 2
37num_epochs: 3
38optimizer: paged_adamw_8bit
39lr_scheduler: cosine
40learning_rate: 3e-5
41
42train_on_inputs: false
43group_by_length: false
44bf16: true
45fp16:
46tf32: true
47
48gradient_checkpointing: true
49early_stopping_patience:
50resume_from_checkpoint:
51local_rank:
52logging_steps: 1
53xformers_attention:
54flash_attention: true
55
56loss_watchdog_threshold: 5.0
57loss_watchdog_patience: 3
58
59warmup_steps: 10
60evals_per_epoch: 4
61eval_table_size:
62eval_max_new_tokens: 128
63saves_per_epoch: 1
64debug:
65deepspeed:
66weight_decay: 0.0
67fsdp:
68fsdp_config:
69special_tokens:
70