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_rslora
33peft_use_dora: false
34peft_use_rslora: true
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_rslora
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.6396 |
| No log | 0.2353 | 2 | 4.7207 |
| No log | 0.4706 | 4 | 4.5698 |
| No log | 0.7059 | 6 | 4.4521 |
| No log | 0.9412 | 8 | 4.0038 |
| No log | 1.1176 | 10 | 3.8658 |
| No log | 1.3529 | 12 | 3.4183 |
| No log | 1.5882 | 14 | 3.1269 |
| No log | 1.8235 | 16 | 3.1070 |
| No log | 2.0 | 18 | 2.8875 |
| No log | 2.2353 | 20 | 2.9557 |
| No log | 2.4706 | 22 | 3.0231 |
| No log | 2.7059 | 24 | 2.8326 |
| No log | 2.9412 | 26 | 2.8365 |
| No log | 3.1176 | 28 | 2.7567 |
| No log | 3.3529 | 30 | 2.7759 |
| No log | 3.5882 | 32 | 2.7928 |