Views
No views yet
0.9.1.post11base_model: meta-llama/Llama-3.1-8B-Instruct
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4gradient_accumulation_steps: 2
5micro_batch_size: 1
6num_epochs: 4
7learning_rate: 0.0001
8optimizer: adamw_torch_fused
9lr_scheduler: cosine
10load_in_8bit: false
11load_in_4bit: false
12adapter: lora
13lora_r: 8
14lora_alpha: 16
15lora_dropout: 0.05
16lora_target_modules:
17- q_proj
18- k_proj
19- v_proj
20datasets:
21- path: /workspace/FinLoRA/data/train/financebench_train.jsonl
22 type:
23 field_instruction: context
24 field_output: target
25 format: '[INST] {instruction} [/INST]'
26 no_input_format: '[INST] {instruction} [/INST]'
27val_set_size: 0.02
28output_dir: /workspace/FinLoRA/lora/axolotl-output/financebench_llama_3_1_8b_fp16_r8
29sequence_len: 4096
30gradient_checkpointing: true
31logging_steps: 500
32warmup_steps: 10
33evals_per_epoch: 4
34saves_per_epoch: 1
35weight_decay: 0.0
36special_tokens:
37 pad_token: <|end_of_text|>
38deepspeed: deepspeed_configs/zero1.json
39bf16: auto
40tf32: false
41chat_template: llama3
42wandb_name: financebench_llama_3_1_8b_fp16_r8
43| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0.0714 | 1 | 4.7562 |
| No log | 0.2857 | 4 | 4.7251 |
| No log | 0.5714 | 8 | 4.4087 |
| No log | 0.8571 | 12 | 3.9440 |
| No log | 1.1429 | 16 | 3.3303 |
| No log | 1.4286 | 20 | 2.8647 |
| No log | 1.7143 | 24 | 2.6231 |
| No log | 2.0 | 28 | 2.4685 |
| No log | 2.2857 | 32 | 2.4041 |
| No log | 2.5714 | 36 | 2.3627 |
| No log | 2.8571 | 40 | 2.3343 |
| No log | 3.1429 | 44 | 2.3287 |
| No log | 3.4286 | 48 | 2.3136 |
| No log | 3.7143 | 52 | 2.3032 |
| No log | 4.0 | 56 | 2.2962 |