Views
No views yet
0.8.0.dev01# train w/ shisa-ai/shisa-v1-athenev2-reannotated-filtered
2
3base_model: cyberagent/Mistral-Nemo-Japanese-Instruct-2408
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: tokenizer_default
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
44dataset_prepared_path: last_run_prepared
45val_set_size: 0.05
46output_dir: ./outputs/ablation-54-nemojp-shisa-v2-mistral-nemo-japanese-12b
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-54-nemojp-shisa-v2-mistral-nemo-japanese-12b
59
60gradient_accumulation_steps: 4
61micro_batch_size: 2
62num_epochs: 3
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: 2
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: "<pad>"
94| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.7482 | 0.0043 | 1 | 0.7689 |
| 0.5451 | 0.5005 | 116 | 0.5419 |
| 0.3819 | 1.0 | 232 | 0.5195 |
| 0.3836 | 1.5005 | 348 | 0.5304 |
| 0.2826 | 2.0 | 464 | 0.5222 |
| 0.2685 | 2.5005 | 580 | 0.5718 |