Views
No views yet
0.8.0.dev01# train w/ shisa-ai/shisa-v1-athenev2-reannotated-filtered
2
3base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
4model_type: LlamaForCausalLM
5tokenizer_type: AutoTokenizer
6
7load_in_8bit: false
8load_in_4bit: false
9strict: false
10
11# User Liger
12plugins:
13 - axolotl.integrations.liger.LigerPlugin
14liger_rope: true
15liger_rms_norm: true
16liger_glu_activation: true
17liger_fused_linear_cross_entropy: true
18
19chat_template: llama3
20datasets:
21 - path: shisa-ai/shisa-v2-roleplaying-sft
22 type: completion
23 split: train
24 text_column: text
25 - path: /fsx/ubuntu/meti/data/openrlhf/processed_sft_dataset.jsonl
26 split: train[:10%]
27 type: chat_template
28 field_messages: conversations
29 message_property_mappings:
30 role: role
31 content: content
32 roles:
33 system:
34 - system
35 assistant:
36 - gpt
37 - model
38 - assistant
39 user:
40 - human
41 - user
42 roles_to_train: ["assistant"]
43
44dataset_prepared_path: last_run_prepared
45val_set_size: 0.00
46output_dir: ./outputs/ablation-108-cpt.rptext-shisa-v2-llama-3.1-8b
47
48sequence_len: 8192
49sample_packing: true
50pad_to_sequence_len: true
51
52# marginal difference
53neftune_noise_alpha: 5
54
55use_wandb: true
56wandb_project: shisa-v2
57wandb_entity: augmxnt
58wandb_name: ablation-108-cpt.rptext-shisa-v2-llama-3.1-8b
59
60gradient_accumulation_steps: 1
61micro_batch_size: 4
62num_epochs: 2
63optimizer: paged_adamw_8bit
64lr_scheduler: linear
65learning_rate: 8e-6
66
67train_on_inputs: false
68group_by_length: false
69bf16: auto
70fp16:
71tf32: false
72
73gradient_checkpointing: true
74gradient_checkpointing_kwargs:
75 use_reentrant: false
76early_stopping_patience:
77resume_from_checkpoint:
78logging_steps: 1
79xformers_attention:
80flash_attention: true
81
82warmup_steps: 100
83evals_per_epoch: 0
84eval_table_size:
85saves_per_epoch: 0
86save_total_limit: 1 # Only store a single checkpoint
87debug:
88deepspeed: zero3_bf16.json
89weight_decay: 1e-4
90fsdp:
91fsdp_config:
92special_tokens:
93 pad_token: <|end_of_text|>
94