Views
No views yet
0.4.11base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
2model_type: LlamaForCausalLM
3tokenizer_type: LlamaTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: mhenrichsen/alpaca_2k_test
11 type: alpaca
12dataset_prepared_path:
13val_set_size: 0.05
14output_dir: ./outputs/qlora-out
15
16adapter: qlora
17lora_model_dir:
18
19sequence_len: 4096
20sample_packing: true
21eval_sample_packing: false
22pad_to_sequence_len: true
23
24lora_r: 32
25lora_alpha: 16
26lora_dropout: 0.05
27lora_target_modules:
28lora_target_linear: true
29lora_fan_in_fan_out:
30
31wandb_project:
32wandb_entity:
33wandb_watch:
34wandb_name:
35wandb_log_model:
36
37gradient_accumulation_steps: 4
38micro_batch_size: 1
39num_epochs: 1
40optimizer: paged_adamw_32bit
41lr_scheduler: cosine
42learning_rate: 0.0002
43
44train_on_inputs: false
45group_by_length: false
46bf16: auto
47fp16:
48tf32: false
49
50gradient_checkpointing: true
51early_stopping_patience:
52resume_from_checkpoint:
53local_rank:
54logging_steps: 1
55xformers_attention:
56flash_attention: true
57
58warmup_steps: 10
59evals_per_epoch: 4
60saves_per_epoch: 1
61debug:
62deepspeed:
63weight_decay: 0.0
64fsdp:
65fsdp_config:
66special_tokens:
67| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.5483 | 0.0404 | 1 | 1.5657 |
| 1.3687 | 0.2424 | 6 | 1.4985 |
| 1.1948 | 0.4848 | 12 | 1.2933 |
| 1.2227 | 0.7273 | 18 | 1.2485 |
| 1.2483 | 0.9697 | 24 | 1.2355 |