Views
No views yet
0.5.21base_model: meta-llama/Llama-3.1-8B
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4tokenizer_use_fast: false
5resize_token_embeddings_to_32x: false
6
7flash_attention: true
8xformers_attention:
9
10load_in_8bit: false
11load_in_4bit: false
12strict: false
13
14datasets:
15 - path: skymizer/Llama3.1-base-tokenized-dolma-v1_7-50B
16 train_on_split: train
17 type: completion
18
19test_datasets:
20 - path: skymizer/Llama3.1-tokenized-dolma-v1_7-test
21 split: test
22 type: completion
23
24is_preprocess: true
25skip_prepare_dataset: true
26
27dataset_prepared_path: /mnt/home/model-team/datasets/pretokenized/Llama3.1-8B-base-tokenized-dolma-v1_7_50B-4096
28
29hf_use_auth_token: true
30output_dir: /mnt/home/model-team/models/Llama3.1-8B-v0.1-STE-0.6
31resume_from_checkpoint:
32auto_resume_from_checkpoints: true
33
34sequence_len: 4096
35sample_packing: true
36sample_packing_group_size: 100000
37sample_packing_bin_size: 200
38pad_to_sequence_len: true
39
40eval_sample_packing: false
41# eval_causal_lm_metrics: ["perplexity"]
42
43wandb_project: "sparse-tuning-cpt"
44wandb_entity:
45wandb_watch:
46wandb_name: "Llama3.1-8B-v0.1-dolma-STE-0.6"
47wandb_log_model:
48
49# global batch size = 2 * 8 * 8 GPUs * 8 Nodes * 4096 = 4M
50gradient_accumulation_steps: 8
51micro_batch_size: 2
52eval_batch_size: 1
53max_steps: 10000
54optimizer: adamw_torch
55learning_rate: 0.00005
56lr_scheduler: cosine
57cosine_min_lr_ratio: 0.2
58weight_decay: 0.0
59adam_beta1: 0.9
60adam_beta2: 0.95
61adam_eps: 0.000001
62max_grad_norm: 1.0
63
64train_on_inputs: false
65group_by_length: false
66bf16: true
67fp16:
68tf32: false
69
70hub_model_id: "skymizer/Llama3.1-8B-v0.1-dolma-skymizer-method-0.6"
71
72save_strategy: "steps"
73save_steps: 500
74
75gradient_checkpointing: true
76gradient_checkpointing_kwargs:
77 use_reentrant: false
78early_stopping_patience:
79resume_from_checkpoint:
80local_rank:
81logging_steps: 1
82
83warmup_steps: 375
84eval_steps: 500
85eval_table_size:
86debug:
87deepspeed: /root/train/axolotl/deepspeed_configs/zero3_bf16.json
88fsdp:
89fsdp_config:
90seed: 42
91
92special_tokens:
93 pad_token: "<|end_of_text|>"
94| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.2837 | 0.0001 | 1 | 2.5425 |
| 2.2557 | 0.0414 | 500 | 2.4568 |
| 2.2641 | 0.0829 | 1000 | 2.4520 |
| 2.2207 | 0.1243 | 1500 | 2.4477 |
| 2.3003 | 0.1657 | 2000 | 2.4432 |
| 2.2382 | 0.2072 | 2500 | 2.4388 |
| 2.2339 | 0.2486 | 3000 | 2.4349 |
| 2.2517 | 0.2901 | 3500 | 2.4303 |
| 2.2483 | 0.3315 | 4000 | 2.4246 |
| 2.2067 | 0.3729 | 4500 | 2.4207 |
| 2.2485 | 0.4144 | 5000 | 2.4163 |
| 2.2541 | 0.4558 | 5500 | 2.4123 |
| 2.2192 | 0.4972 | 6000 | 2.4084 |
| 2.2346 | 0.5387 | 6500 | 2.4041 |
| 2.2106 | 0.5801 | 7000 | 2.4010 |
| 2.2112 | 0.6215 | 7500 | 2.3982 |
| 2.2215 | 0.6630 | 8000 | 2.3951 |
| 2.2118 | 0.7044 | 8500 | 2.3924 |
| 2.1933 | 0.7458 | 9000 | 2.3905 |
| 2.1813 | 0.7873 | 9500 | 2.3893 |
| 2.1969 | 0.8287 | 10000 | 2.3883 |