Views
No views yet
0.4.01base_model: meta-llama/Llama-2-7b-hf
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4is_llama_derived_model: true
5
6load_in_8bit: false
7load_in_4bit: false
8strict: false
9
10datasets:
11 - path: utrgvseniorproject/MeditronGuidelines
12 type: completion
13dataset_prepared_path: /home/josegomez15/med-llm/Llama_Preprocess_MeditronGuideLines_txt
14val_set_size: 0.05
15output_dir: ./Llama2-7B-MeditronGuideLines-txt-epochs-1-lr-000002
16
17sequence_len: 4096
18sample_packing: true
19pad_to_sequence_len: true
20
21adapter:
22lora_model_dir:
23lora_r:
24lora_alpha:
25lora_dropout:
26lora_target_linear:
27lora_fan_in_fan_out:
28
29wandb_project: Llama2-7B-MeditronGuideLines
30wandb_entity: utrgvmedai
31wandb_watch:
32wandb_name: Llama2-7B-MeditronGuideLines-txt-epochs-1-lr-000002
33wandb_log_model:
34
35gradient_accumulation_steps: 1
36micro_batch_size: 1
37num_epochs: 1
38#saves_per_epoch: 10
39save_steps: 800
40#save_total_limit: 4
41optimizer: adamw_bnb_8bit
42lr_scheduler: cosine
43learning_rate: 0.000002
44
45train_on_inputs: true
46group_by_length: false
47bf16: auto
48fp16:
49tf32: false
50
51gradient_checkpointing: false
52early_stopping_patience:
53resume_from_checkpoint: true
54
55local_rank:
56logging_steps: 1
57xformers_attention:
58flash_attention: true
59flash_attn_cross_entropy: false
60flash_attn_rms_norm: true
61flash_attn_fuse_qkv: false
62flash_attn_fuse_mlp: true
63
64warmup_steps: 2000
65evals_per_epoch: 4
66eval_table_size:
67eval_sample_packing: False
68debug:
69deepspeed: /home/josegomez15/axolotl/deepspeed_configs/zero2.json
70weight_decay: 0.1
71fsdp:
72fsdp_config:
73special_tokens:
74| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.3307 | 0.0 | 1 | 1.5317 |
| 1.4702 | 0.25 | 1141 | 1.4162 |
| 1.3621 | 0.5 | 2282 | 1.4039 |
| 1.4502 | 0.75 | 3423 | 1.3953 |
| 1.4184 | 1.0 | 4564 | 1.3911 |