Views
No views yet
0.4.01base_model: meta-llama/Llama-2-7b-hf
2model_type: LlamaForCausalLM
3tokenizer_type: LlamaTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: tatsu-lab/alpaca
11 type: alpaca
12 conversations: alpaca
13dataset_prepared_path: last_run_prepared
14val_set_size: 0.001
15output_dir: ./outputs/out_llama2_alpaca
16hub_model_id: flydust/Llama-2-7b-Alpaca52k
17
18sequence_len: 4096
19sample_packing: true
20eval_sample_packing: false
21pad_to_sequence_len: true
22
23wandb_project:
24wandb_entity:
25wandb_watch:
26wandb_name:
27wandb_log_model:
28
29gradient_accumulation_steps: 4
30micro_batch_size: 2
31num_epochs: 4
32optimizer: adamw_bnb_8bit
33lr_scheduler: cosine
34learning_rate: 2e-5
35
36train_on_inputs: false
37group_by_length: false
38bf16: auto
39fp16:
40tf32: false
41
42gradient_checkpointing: true
43early_stopping_patience:
44resume_from_checkpoint:
45local_rank:
46logging_steps: 1
47xformers_attention:
48flash_attention: true
49flash_attn_cross_entropy: false
50flash_attn_rms_norm: true
51flash_attn_fuse_qkv: false
52flash_attn_fuse_mlp: true
53
54warmup_ratio: 0.03
55evals_per_epoch: 3
56eval_table_size:
57saves_per_epoch: 1
58debug:
59weight_decay: 0.
60fsdp:
61fsdp_config:
62special_tokens:
63| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.3641 | 0.02 | 1 | 1.5519 |
| 1.0767 | 0.34 | 17 | 0.9333 |
| 1.0938 | 0.68 | 34 | 0.9166 |
| 1.0373 | 1.02 | 51 | 0.9096 |
| 1.0149 | 1.335 | 68 | 0.9031 |
| 1.0084 | 1.675 | 85 | 0.9071 |
| 0.9582 | 2.0150 | 102 | 0.9034 |
| 0.9767 | 2.33 | 119 | 0.9066 |
| 0.964 | 2.67 | 136 | 0.9060 |
| 0.9334 | 3.01 | 153 | 0.9073 |
| 0.9254 | 3.325 | 170 | 0.9084 |
| 0.9295 | 3.665 | 187 | 0.9082 |