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: utrgvseniorproject/medtext-txt
11 type: completion
12dataset_prepared_path: /home/ethensanchez01/med-llm/last_run_prepared
13val_set_size: 0.05
14output_dir: ./med-lora/Llama2-Medtext-txt-lora-epochs-2-lr-0001
15
16sequence_len: 4096
17sample_packing: true
18pad_to_sequence_len: true
19
20wandb_project: Llama2-Medtext-Lora
21wandb_entity: utrgvmedai
22wandb_watch:
23wandb_name: Llama2-Medtext-txt-lora-epochs-2-lr-0001
24wandb_log_model:
25
26gradient_accumulation_steps: 4
27micro_batch_size: 2
28num_epochs: 2
29optimizer: adamw_bnb_8bit
30lr_scheduler: cosine
31learning_rate: 0.0001
32
33train_on_inputs: True # make sure you have this on True
34group_by_length: false
35bf16: true
36fp16:
37tf32: false
38
39gradient_checkpointing: true
40early_stopping_patience:
41resume_from_checkpoint:
42local_rank:
43logging_steps: 1
44xformers_attention:
45flash_attention: true
46flash_attn_cross_entropy: false
47flash_attn_rms_norm: true
48flash_attn_fuse_qkv: false
49flash_attn_fuse_mlp: true
50
51warmup_steps: 100
52evals_per_epoch: 4
53eval_table_size:
54eval_sample_packing:
55save_steps: 800
56debug:
57deepspeed: /home/ethensanchez01/src/axolotl/deepspeed_configs/zero2.json
58weight_decay: 0.001
59fsdp:
60fsdp_config:
61special_tokens:
62| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.532 | 0.19 | 1 | 1.4208 |
| 1.5994 | 0.38 | 2 | 1.4210 |
| 1.6281 | 0.76 | 4 | 1.4198 |
| 1.6221 | 1.05 | 6 | 1.4168 |
| 1.5891 | 1.43 | 8 | 1.4136 |
| 1.582 | 1.81 | 10 | 1.4128 |