Views
No views yet
0.4.11base_model: IntervitensInc_gemma-2-27b-chatml
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5#trust_remote_code: true
6
7load_in_8bit: false
8load_in_4bit: false
9strict: false
10
11datasets:
12 #- path: anthracite-org/stheno-filtered-v1.1
13 - path: stheno_data.json
14 type: sharegpt
15 conversation: chatml
16 #- path: anthracite-org/kalo-opus-instruct-22k-no-refusal
17 - path: kalo_opus_22k.jsonl
18 type: sharegpt
19 conversation: chatml
20 #- path: anthracite-org/nopm_claude_writing_fixed
21 - path: nopm_claude_dataset.jsonl
22 type: sharegpt
23 conversation: chatml
24 #- path: Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
25 - path: Epic_Synthstruct.json
26 type: sharegpt
27 conversation: chatml
28 #- path: Epiculous/SynthRP-Gens-v1.1-Filtered-n-Cleaned
29 - path: SynthRP-Gens_processed.json
30 type: sharegpt
31 conversation: chatml
32chat_template: chatml
33shuffle_merged_datasets: true
34default_system_message: "You are an assistant that responds to the user."
35dataset_prepared_path: magnum-v3-27b-data
36val_set_size: 0.0
37output_dir: ./magnum-v3-27b-r1
38
39sequence_len: 8192
40sample_packing: true
41eval_sample_packing: false
42pad_to_sequence_len:
43
44adapter:
45lora_model_dir:
46lora_r:
47lora_alpha:
48lora_dropout:
49lora_target_linear:
50lora_fan_in_fan_out:
51
52wandb_project: magnum-v3-27b-r1
53wandb_entity:
54wandb_watch:
55wandb_name: attempt-01
56wandb_log_model:
57
58gradient_accumulation_steps: 8
59micro_batch_size: 1
60num_epochs: 2
61optimizer: paged_adamw_8bit
62lr_scheduler: cosine
63learning_rate: 0.000004
64
65plugins:
66 - axolotl.integrations.liger.LigerPlugin
67liger_cross_entropy: true
68 #liger_rope: true
69 #liger_rms_norm: true
70 #liger_swiglu: true
71 #liger_fused_linear_cross_entropy: true
72
73train_on_inputs: false
74group_by_length: false
75bf16: auto
76fp16:
77tf32: false
78
79
80gradient_checkpointing: true
81gradient_checkpointing_kwargs:
82 use_reentrant: false
83early_stopping_patience:
84resume_from_checkpoint:
85local_rank:
86logging_steps: 1
87xformers_attention:
88flash_attention: true
89 #eager_attention: true
90
91warmup_steps: 40
92evals_per_epoch:
93eval_table_size:
94eval_max_new_tokens:
95saves_per_epoch: 2
96debug:
97deepspeed: /dev/shm/axolotl/deepspeed_configs/zero3_bf16.json
98weight_decay: 0.03
99fsdp:
100# - full_shard
101# - auto_wrap
102fsdp_config:
103# fsdp_limit_all_gathers: true
104# fsdp_sync_module_states: true
105# fsdp_offload_params: true
106# fsdp_use_orig_params: false
107# fsdp_cpu_ram_efficient_loading: false
108# fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
109# fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
110# fsdp_state_dict_type: FULL_STATE_DICT
111special_tokens:
112 pad_token: "<pad>"
113