Views
No views yet
0.6.01# 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-v1-athenev2-reannotated-filtered
22 # type: sharegpt deprecated
23 type: chat_template
24 field_messages: conversations
25 message_field_role: from
26 message_field_content: value
27 - path: shisa-ai/shisa-v2-roleplaying
28 type: chat_template
29 field_messages: conversations
30 message_property_mappings:
31 role: role
32 content: content
33 roles:
34 system:
35 - system
36 assistant:
37 - gpt
38 - model
39 - assistant
40 user:
41 - human
42 - user
43 roles_to_train: ["assistant"]
44
45dataset_prepared_path: last_run_prepared
46val_set_size: 0.05
47output_dir: ./outputs/ablation-46-rafathenev2.rp-shisa-v2-llama-3.1-8b-lr8e6
48
49sequence_len: 8192
50sample_packing: true
51pad_to_sequence_len: true
52
53# marginal difference
54neftune_noise_alpha: 5
55
56use_wandb: true
57wandb_project: shisa-v2
58wandb_entity: augmxnt
59wandb_name: ablation-46-rafathenev2.rp-shisa-v2-llama-3.1-8b-lr8e6
60
61gradient_accumulation_steps: 2
62micro_batch_size: 4
63num_epochs: 3
64optimizer: paged_adamw_8bit
65lr_scheduler: linear
66learning_rate: 8e-6
67
68train_on_inputs: false
69group_by_length: false
70bf16: auto
71fp16:
72tf32: false
73
74gradient_checkpointing: true
75gradient_checkpointing_kwargs:
76 use_reentrant: false
77early_stopping_patience:
78resume_from_checkpoint:
79logging_steps: 1
80xformers_attention:
81flash_attention: true
82
83warmup_steps: 100
84evals_per_epoch: 2
85eval_table_size:
86saves_per_epoch: 0
87save_total_limit: 1 # Only store a single checkpoint
88debug:
89deepspeed: zero3_bf16.json
90weight_decay: 1e-4
91fsdp:
92fsdp_config:
93special_tokens:
94 pad_token: <|end_of_text|>
95| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.851 | 0.0046 | 1 | 0.8506 |
| 0.6678 | 0.5 | 108 | 0.6546 |
| 0.6278 | 1.0 | 216 | 0.6161 |
| 0.5366 | 1.5 | 324 | 0.6080 |
| 0.5455 | 2.0 | 432 | 0.5965 |
| 0.4423 | 2.5 | 540 | 0.6133 |
| 0.4011 | 3.0 | 648 | 0.6101 |