Views
No views yet
0.6.01# We train the exact same model except for w/ the latest Axolotl 0.6.0-20240215 instead of Axolotl 0.4.0
2# For previous model see: https://huggingface.co/shisa-ai/shisa-v1-llama3-8b
3
4base_model: meta-llama/Meta-Llama-3-8B-Instruct
5model_type: LlamaForCausalLM
6tokenizer_type: AutoTokenizer
7
8load_in_8bit: false
9load_in_4bit: false
10strict: false
11
12chat_template: llama3
13datasets:
14 - path: augmxnt/ultra-orca-boros-en-ja-v1
15 # type: sharegpt deprecated
16 type: chat_template
17 field_messages: conversations
18 message_field_role: from
19 message_field_content: value
20dataset_prepared_path: last_run_prepared
21val_set_size: 0.05
22output_dir: ./outputs/ablation-00-baseline-shisa-v2-llama3-8b-lr8e6
23
24sequence_len: 8192
25sample_packing: true
26pad_to_sequence_len: true
27
28# marginal difference
29neftune_noise_alpha: 5
30
31use_wandb: true
32wandb_project: shisa-v2
33wandb_entity: augmxnt
34wandb_name: ablation-00-baseline-shisa-v2-llama3-8b.lr-8e6
35
36gradient_accumulation_steps: 8
37micro_batch_size: 1
38num_epochs: 3
39optimizer: paged_adamw_8bit
40lr_scheduler: linear
41learning_rate: 8e-6
42
43train_on_inputs: false
44group_by_length: false
45bf16: auto
46fp16:
47tf32: false
48
49gradient_checkpointing: true
50gradient_checkpointing_kwargs:
51 use_reentrant: false
52early_stopping_patience:
53resume_from_checkpoint:
54logging_steps: 1
55xformers_attention:
56flash_attention: true
57
58warmup_steps: 100
59evals_per_epoch: 2
60eval_table_size:
61saves_per_epoch: 0
62save_total_limit: 1 # Only store a single checkpoint
63debug:
64deepspeed: zero3_bf16.json
65weight_decay: 0.00
66fsdp:
67fsdp_config:
68special_tokens:
69 pad_token: <|end_of_text|>
70| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.2577 | 0.0062 | 1 | 0.8333 |
| 0.9541 | 0.5015 | 81 | 0.5738 |
| 0.9012 | 1.0 | 162 | 0.5258 |
| 0.7662 | 1.5015 | 243 | 0.5076 |
| 0.7578 | 2.0 | 324 | 0.4951 |
| 0.6493 | 2.5015 | 405 | 0.5009 |