1base_model: hardlyworking/Aura-12B
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: hardlyworking/LighterRPSet
11 type: chat_template
12 chat_template: chatml
13 roles_to_train: ["gpt"]
14 field_messages: conversations
15 message_field_role: from
16 message_field_content: value
17 train_on_eos: turn
18 - path: jeiku/Writing
19 type: completion
20 field: text
21
22shuffle_merged_datasets: true
23dataset_prepared_path:
24val_set_size: 0.01
25output_dir: ./output/out
26
27plugins:
28 - axolotl.integrations.liger.LigerPlugin
29liger_rope: true
30liger_rms_norm: true
31liger_layer_norm: true
32liger_glu_activation: true
33liger_fused_linear_cross_entropy: true
34
35hub_model_id: hardlyworking/Test12B
36hub_strategy: "all_checkpoints"
37push_dataset_to_hub:
38hf_use_auth_token: true
39
40sequence_len: 8192
41sample_packing: true
42eval_sample_packing: false
43pad_to_sequence_len: true
44
45wandb_project: Aura-12B
46wandb_entity:
47wandb_watch:
48wandb_name: Aura-12B
49wandb_log_model:
50
51gradient_accumulation_steps: 8
52micro_batch_size: 1
53num_epochs: 2
54optimizer: adamw_bnb_8bit
55lr_scheduler: cosine
56learning_rate: 5e-6
57
58train_on_inputs: false
59group_by_length: false
60bf16: auto
61fp16:
62tf32: false
63
64gradient_checkpointing: true
65early_stopping_patience:
66resume_from_checkpoint:
67local_rank:
68logging_steps: 1
69xformers_attention:
70flash_attention: true
71
72max_grad_norm: 0.01
73
74warmup_ratio: 0.1
75evals_per_epoch: 2
76eval_table_size:
77eval_max_new_tokens:
78saves_per_epoch: 1
79debug:
80deepspeed:
81weight_decay: 0.05
82fsdp:
83fsdp_config:
84special_tokens: