Views
No views yet
0.4.11base_model: Aculi/Tinyllama-2B
2model_type: LlamaForCausalLM
3tokenizer_type: LlamaTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: ./datas/1.json
11 type: alpaca
12 - path: ./datas/2.json
13 type: alpaca
14
15dataset_prepared_path:
16val_set_size: 0.05
17output_dir: ./outputs/thinking-tiny-llama
18
19adapter: qlora
20lora_model_dir:
21
22sequence_len: 4096
23sample_packing: true
24eval_sample_packing: false
25pad_to_sequence_len: true
26
27lora_r: 32
28lora_alpha: 16
29lora_dropout: 0.05
30lora_target_modules:
31lora_target_linear: true
32lora_fan_in_fan_out:
33
34wandb_project:
35wandb_entity:
36wandb_watch:
37wandb_name:
38wandb_log_model:
39
40gradient_accumulation_steps: 4
41micro_batch_size: 2
42num_epochs: 4
43optimizer: paged_adamw_32bit
44lr_scheduler: cosine
45learning_rate: 0.0002
46
47train_on_inputs: false
48group_by_length: false
49bf16: auto
50fp16:
51tf32: false
52
53gradient_checkpointing: true
54early_stopping_patience:
55resume_from_checkpoint:
56local_rank:
57logging_steps: 1
58xformers_attention: false
59flash_attention: true
60
61warmup_steps: 10
62evals_per_epoch: 2
63saves_per_epoch: 2
64debug:
65deepspeed:
66weight_decay: 0.0
67fsdp:
68fsdp_config:
69special_tokens:| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.5625 | 0.0013 | 1 | 1.5692 |
| 1.1161 | 0.5002 | 400 | 1.0995 |
| 1.0509 | 1.0003 | 800 | 1.0633 |
| 1.0665 | 1.4867 | 1200 | 1.0422 |
| 1.012 | 1.9869 | 1600 | 1.0287 |
| 1.0124 | 2.4733 | 2000 | 1.0250 |
| 0.8544 | 2.9734 | 2400 | 1.0212 |
| 0.9435 | 3.4605 | 2800 | 1.0222 |