Views
No views yet
0.7.01base_model: meta-llama/Llama-3.2-3B
2# Automatically upload checkpoint and final model to HF
3# hub_model_id: username/custom_model_name
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: ptllama/acemath_test_2
11 type: completion
12
13# pretraining_dataset:
14# - name:
15# path: ptllama/acemath_test
16# split:
17# text_column: text # column in dataset with the data, usually `text`
18# type: pretrain
19# trust_remote_code:
20# skip: # number of rows of data to skip over from the beginning
21
22dataset_prepared_path: last_run_prepared
23val_set_size: 0.01
24output_dir: ./outputs/out
25
26sequence_len: 4096
27sample_packing: true
28pad_to_sequence_len: true
29eval_sample_packing: false
30
31wandb_project: axolotl-pretraining
32wandb_entity:
33wandb_watch:
34wandb_name: test2-2e4
35wandb_log_model:
36
37gradient_accumulation_steps: 16
38micro_batch_size: 4
39num_epochs: 1
40optimizer: paged_adamw_8bit
41lr_scheduler: cosine
42learning_rate: 2e-4
43
44train_on_inputs: false
45group_by_length: false
46bf16: auto
47fp16:
48tf32: false
49
50gradient_checkpointing: true
51gradient_checkpointing_kwargs:
52 use_reentrant: false
53early_stopping_patience:
54resume_from_checkpoint:
55logging_steps: 1
56xformers_attention:
57flash_attention: true
58
59warmup_ratio: 0.01
60cosine_min_lr_ratio: 0.1
61cosine_constant_lr_ratio: 0.9
62evals_per_epoch: 2
63eval_table_size:
64saves_per_epoch: 1
65debug:
66deepspeed:
67weight_decay: 0.0
68fsdp:
69fsdp_config:
70special_tokens:
71 pad_token: <|end_of_text|>
72| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.9006 | 0.0006 | 1 | 0.9558 |
| 0.2852 | 0.5001 | 862 | 0.2925 |