Views
No views yet
0.4.01base_model: Qwen/Qwen2-7B-Instruct
2
3load_in_8bit: false
4load_in_4bit: false
5strict: false
6
7chat_template: chatml
8datasets:
9 # This will be the path used for the data when it is saved to the Volume in the cloud.
10 - path: augmxnt/ultra-orca-boros-en-ja-v1
11 ds_type: json
12 type: sharegpt
13dataset_prepared_path: last_run_prepared
14val_set_size: 0.05
15output_dir: ./out
16
17sequence_len: 8192
18sample_packing: true
19pad_to_sequence_len: true
20
21neftune_noise_alpha: 5
22
23use_wandb: true
24wandb_project: shisa-v2
25wandb_entity: augmxnt
26wandb_name: shisa-v1-qwen2-7b
27
28gradient_accumulation_steps: 8
29micro_batch_size: 1
30num_epochs: 3
31optimizer: paged_adamw_8bit
32lr_scheduler: linear
33learning_rate: 8e-6
34
35train_on_inputs: false
36group_by_length: false
37bf16: true
38fp16: false
39tf32: false
40
41gradient_checkpointing: true
42early_stopping_patience:
43resume_from_checkpoint:
44local_rank:
45logging_steps: 1
46xformers_attention:
47flash_attention: true
48
49warmup_steps: 100
50eval_per_epoch: 2
51eval_table_size:
52saves_per_epoch: 0
53save_steps:
54debug:
55deepspeed: /workspace/axolotl/deepspeed_configs/zero3_bf16.json
56weight_decay: 0.01
57fsdp:
58fsdp_config:
59special_tokens:
60 pad_token: <|endoftext|>
61| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.8276 | 1.0196 | 319 | 0.5273 |
| 0.6577 | 2.0164 | 637 | 0.5103 |
| 0.5808 | 2.9541 | 936 | 0.5239 |