Views
No views yet
0.8.0.dev01# train w/ shisa-ai/shisa-v1-athenev2-reannotated-filtered
2
3base_model: stabilityai/japanese-stablelm-base-gamma-7b
4tokenizer_type: AutoTokenizer
5
6load_in_8bit: false
7load_in_4bit: false
8strict: false
9
10# User Liger
11plugins:
12 - axolotl.integrations.liger.LigerPlugin
13liger_rope: true
14liger_rms_norm: true
15liger_glu_activation: true
16liger_fused_linear_cross_entropy: true
17
18chat_template: llama3
19datasets:
20 - path: shisa-ai/shisa-v1-athenev2-reannotated-filtered
21 # type: sharegpt deprecated
22 type: chat_template
23 field_messages: conversations
24 message_field_role: from
25 message_field_content: value
26 - path: shisa-ai/shisa-v2-roleplaying
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 - path: shisa-ai/translation-master-set
44 type: chat_template
45 field_messages: conversations
46 message_property_mappings:
47 role: role
48 content: content
49 roles:
50 system:
51 - system
52 assistant:
53 - gpt
54 - model
55 - assistant
56 user:
57 - human
58 - user
59 roles_to_train: ["assistant"]
60
61dataset_prepared_path: last_run_prepared
62val_set_size: 0.05
63output_dir: ./outputs/ablation-56-rafathenev2.rp.tl.gamma-shisa-v2-gamma-7b
64
65sequence_len: 8192
66sample_packing: true
67pad_to_sequence_len: true
68
69# marginal difference
70neftune_noise_alpha: 5
71
72use_wandb: true
73wandb_project: shisa-v2
74wandb_entity: augmxnt
75wandb_name: ablation-56-rafathenev2.rp.tl.gamma-shisa-v2-gamma-7b
76
77gradient_accumulation_steps: 2
78micro_batch_size: 4
79num_epochs: 3
80optimizer: paged_adamw_8bit
81lr_scheduler: linear
82learning_rate: 8e-6
83
84train_on_inputs: false
85group_by_length: false
86bf16: auto
87fp16:
88tf32: false
89
90gradient_checkpointing: true
91gradient_checkpointing_kwargs:
92 use_reentrant: false
93early_stopping_patience:
94resume_from_checkpoint:
95logging_steps: 1
96xformers_attention:
97flash_attention: true
98
99warmup_steps: 100
100evals_per_epoch: 2
101eval_table_size:
102saves_per_epoch: 0
103save_total_limit: 1 # Only store a single checkpoint
104debug:
105deepspeed: zero3_bf16.json
106weight_decay: 1e-4
107fsdp:
108fsdp_config:
109special_tokens:
110 pad_token: "</s>"
111| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.8277 | 0.0024 | 1 | 0.7805 |
| 0.4465 | 0.5006 | 207 | 0.4703 |
| 0.2297 | 1.0 | 414 | 0.4434 |
| 0.2821 | 1.5006 | 621 | 0.4535 |
| 0.1233 | 2.0 | 828 | 0.4454 |
| 0.1128 | 2.5006 | 1035 | 0.5072 |