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: vicgalle/alpaca-gpt4
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-GPT4
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.0592 | 0.0111 | 1 | 1.1104 |
| 0.8995 | 0.3343 | 30 | 0.8043 |
| 0.8809 | 0.6685 | 60 | 0.7920 |
| 0.8642 | 1.0028 | 90 | 0.7868 |
| 0.8402 | 1.3231 | 120 | 0.7844 |
| 0.8093 | 1.6574 | 150 | 0.7841 |
| 0.8071 | 1.9916 | 180 | 0.7804 |
| 0.7532 | 2.3120 | 210 | 0.7853 |
| 0.7667 | 2.6462 | 240 | 0.7844 |
| 0.7555 | 2.9805 | 270 | 0.7836 |
| 0.7569 | 3.3008 | 300 | 0.7851 |
| 0.7634 | 3.6351 | 330 | 0.7849 |