Views
No views yet
0.9.11base_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
7optimizer: adamw_bnb_8bit
8lr_scheduler: cosine
9learning_rate: 0.0001
10load_in_8bit: true
11load_in_4bit: false
12adapter: lora
13lora_model_dir: null
14lora_r: 8
15lora_alpha: 16
16lora_dropout: 0.05
17lora_target_modules:
18- q_proj
19- v_proj
20- k_proj
21datasets:
22- path: /workspace/FinLoRA/data/train/financebench_train.jsonl
23 type:
24 system_prompt: ''
25 field_system: system
26 field_instruction: context
27 field_output: target
28 format: '[INST] {instruction} [/INST]'
29 no_input_format: '[INST] {instruction} [/INST]'
30dataset_prepared_path: null
31val_set_size: 0.02
32output_dir: /workspace/FinLoRA/lora/axolotl-output/financebench_llama_3_1_8b_8bits_r8_dora
33peft_use_dora: true
34peft_use_rslora: false
35sequence_len: 4096
36sample_packing: false
37pad_to_sequence_len: false
38wandb_project: finlora_models
39wandb_entity: null
40wandb_watch: gradients
41wandb_name: financebench_llama_3_1_8b_8bits_r8_dora
42wandb_log_model: 'false'
43bf16: auto
44tf32: false
45gradient_checkpointing: true
46resume_from_checkpoint: null
47logging_steps: 500
48flash_attention: false
49deepspeed: deepspeed_configs/zero1.json
50warmup_steps: 10
51evals_per_epoch: 4
52saves_per_epoch: 1
53weight_decay: 0.0
54special_tokens:
55 pad_token: <|end_of_text|>
56chat_template: llama3
57| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0.1176 | 1 | 4.7299 |
| No log | 0.2353 | 2 | 4.7794 |
| No log | 0.4706 | 4 | 4.7367 |
| No log | 0.7059 | 6 | 4.6608 |
| No log | 0.9412 | 8 | 4.5025 |
| No log | 1.1176 | 10 | 4.2269 |
| No log | 1.3529 | 12 | 3.9951 |
| No log | 1.5882 | 14 | 3.7253 |
| No log | 1.8235 | 16 | 3.5911 |
| No log | 2.0 | 18 | 3.4499 |
| No log | 2.2353 | 20 | 3.4191 |
| No log | 2.4706 | 22 | 3.2604 |
| No log | 2.7059 | 24 | 3.1056 |
| No log | 2.9412 | 26 | 2.9699 |
| No log | 3.1176 | 28 | 3.0718 |
| No log | 3.3529 | 30 | 3.0529 |
| No log | 3.5882 | 32 | 3.0309 |