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-v1-athenev2-reannotated-filtered
22 type: chat_template
23 field_messages: conversations
24 message_property_mappings:
25 role: from
26 content: value
27 roles:
28 system:
29 - system
30 assistant:
31 - gpt
32 - model
33 - assistant
34 user:
35 - human
36 - user
37 roles_to_train: ["assistant"]
38dataset_prepared_path: last_run_prepared
39val_set_size: 0.05
40output_dir: ./outputs/ablation-52-rafathenev2.0.8.0-shisa-v2-llama-3.1-8b-lr8e6
41
42sequence_len: 8192
43sample_packing: true
44pad_to_sequence_len: true
45
46# marginal difference
47neftune_noise_alpha: 5
48
49use_wandb: true
50wandb_project: shisa-v2
51wandb_entity: augmxnt
52wandb_name: ablation-52-rafathenev2.0.8.0-shisa-v2-llama-3.1-8b-lr8e6
53
54gradient_accumulation_steps: 2
55micro_batch_size: 4
56num_epochs: 3
57optimizer: paged_adamw_8bit
58lr_scheduler: linear
59learning_rate: 8e-6
60
61train_on_inputs: false
62group_by_length: false
63bf16: auto
64fp16:
65tf32: false
66
67gradient_checkpointing: true
68gradient_checkpointing_kwargs:
69 use_reentrant: false
70early_stopping_patience:
71resume_from_checkpoint:
72logging_steps: 1
73xformers_attention:
74flash_attention: true
75
76warmup_steps: 100
77evals_per_epoch: 2
78eval_table_size:
79saves_per_epoch: 0
80save_total_limit: 1 # Only store a single checkpoint
81debug:
82deepspeed: zero3_bf16.json
83weight_decay: 0.00
84fsdp:
85fsdp_config:
86special_tokens:
87 pad_token: <|end_of_text|>
88| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.8213 | 0.0058 | 1 | 0.5773 |
| 0.6163 | 0.5029 | 87 | 0.4710 |
| 0.5244 | 1.0058 | 174 | 0.4463 |
| 0.5123 | 1.5087 | 261 | 0.4412 |
| 0.4385 | 2.0116 | 348 | 0.4388 |
| 0.4077 | 2.5145 | 435 | 0.4476 |