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: 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 - path: shisa-ai/translation-master-set
45 type: chat_template
46 field_messages: conversations
47 message_property_mappings:
48 role: role
49 content: content
50 roles:
51 system:
52 - system
53 assistant:
54 - gpt
55 - model
56 - assistant
57 user:
58 - human
59 - user
60 roles_to_train: ["assistant"]
61
62dataset_prepared_path: last_run_prepared
63val_set_size: 0.05
64output_dir: ./outputs/ablation-55-rafathenev2.rp.tl-shisa-v2-llama-3.1-8b
65
66sequence_len: 8192
67sample_packing: true
68pad_to_sequence_len: true
69
70# marginal difference
71neftune_noise_alpha: 5
72
73use_wandb: true
74wandb_project: shisa-v2
75wandb_entity: augmxnt
76wandb_name: ablation-55-rafathenev2.rp.tl-shisa-v2-llama-3.1-8b
77
78gradient_accumulation_steps: 2
79micro_batch_size: 4
80num_epochs: 3
81optimizer: paged_adamw_8bit
82lr_scheduler: linear
83learning_rate: 8e-6
84
85train_on_inputs: false
86group_by_length: false
87bf16: auto
88fp16:
89tf32: false
90
91gradient_checkpointing: true
92gradient_checkpointing_kwargs:
93 use_reentrant: false
94early_stopping_patience:
95resume_from_checkpoint:
96logging_steps: 1
97xformers_attention:
98flash_attention: true
99
100warmup_steps: 100
101evals_per_epoch: 2
102eval_table_size:
103saves_per_epoch: 0
104save_total_limit: 1 # Only store a single checkpoint
105debug:
106deepspeed: zero3_bf16.json
107weight_decay: 1e-4
108fsdp:
109fsdp_config:
110special_tokens:
111 pad_token: <|end_of_text|>
112| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.8361 | 0.0037 | 1 | 0.8603 |
| 0.6049 | 0.5019 | 135 | 0.6482 |
| 0.5666 | 1.0037 | 270 | 0.6123 |
| 0.5061 | 1.5056 | 405 | 0.6058 |
| 0.4602 | 2.0074 | 540 | 0.6005 |
| 0.3999 | 2.5093 | 675 | 0.6121 |