Views
No views yet
0.4.11base_model: pints-ai/1.5-Pints-16K-v0.1
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: tangledgroup/tangled-llama-pints-1.5b-v0.1-dataset
11 type: sharegpt
12 conversation: chatml
13chat_template: chatml
14dataset_prepared_path:
15val_set_size: 0.05
16output_dir: ./outputs/qlora-out
17
18adapter: qlora
19lora_model_dir:
20
21sequence_len: 16384
22sample_packing: true
23pad_to_sequence_len: true
24
25lora_r: 32
26lora_alpha: 16
27lora_dropout: 0.05
28lora_target_modules:
29lora_target_linear: true
30lora_fan_in_fan_out:
31
32wandb_project:
33wandb_entity:
34wandb_watch:
35wandb_name:
36wandb_log_model:
37
38gradient_accumulation_steps: 4
39micro_batch_size: 2
40num_epochs: 3
41# optimizer: paged_adamw_32bit
42optimizer: adamw_torch_fused
43lr_scheduler: cosine
44learning_rate: 0.0002
45
46train_on_inputs: false
47group_by_length: false
48bf16: auto
49fp16:
50tf32: false
51
52gradient_checkpointing: true
53early_stopping_patience:
54resume_from_checkpoint:
55local_rank:
56logging_steps: 1
57xformers_attention:
58flash_attention: true
59
60loss_watchdog_threshold: 15.0
61loss_watchdog_patience: 3
62
63warmup_steps: 10
64evals_per_epoch: 3
65eval_table_size:
66saves_per_epoch: 1
67debug:
68deepspeed:
69weight_decay: 0.0
70fsdp:
71fsdp_config:
72special_tokens:| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.1867 | 0.0041 | 1 | 1.2217 |
| 1.147 | 0.3347 | 82 | 1.1398 |
| 1.1475 | 0.6694 | 164 | 1.1236 |
| 1.1831 | 1.0041 | 246 | 1.1143 |
| 1.1513 | 1.3194 | 328 | 1.1087 |
| 1.0978 | 1.6541 | 410 | 1.1045 |
| 1.085 | 1.9888 | 492 | 1.1015 |
| 1.0014 | 2.3041 | 574 | 1.1004 |
| 0.9882 | 2.6388 | 656 | 1.0998 |
| Metric | Value |
|---|---|
| Avg. | 4.18 |
| IFEval (0-Shot) | 15.09 |
| BBH (3-Shot) | 3.84 |
| MATH Lvl 5 (4-Shot) | 0.08 |
| GPQA (0-shot) | 0.00 |
| MuSR (0-shot) | 4.85 |
| MMLU-PRO (5-shot) | 1.21 |