Views
No views yet
0.9.01base_model: meta-llama/Llama-3.1-8B-Instruct
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4gradient_accumulation_steps: 2
5micro_batch_size: 8
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/finlora_sentiment_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/sentiment_llama_3_1_8b_8bits_r8_dora
33peft_use_dora: true
34sequence_len: 4096
35sample_packing: false
36pad_to_sequence_len: false
37wandb_project: finlora_models
38wandb_entity: null
39wandb_watch: gradients
40wandb_name: sentiment_llama_3_1_8b_8bits_r8_dora
41wandb_log_model: 'false'
42bf16: auto
43tf32: false
44gradient_checkpointing: true
45resume_from_checkpoint: null
46logging_steps: 500
47flash_attention: false
48deepspeed: deepspeed_configs/zero1.json
49warmup_steps: 10
50evals_per_epoch: 4
51saves_per_epoch: 1
52weight_decay: 0.0
53special_tokens:
54 pad_token: <|end_of_text|>
55chat_template: llama3
56| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0.0009 | 1 | 3.5692 |
| No log | 0.2501 | 279 | 0.2230 |
| 0.3199 | 0.5002 | 558 | 0.2184 |
| 0.3199 | 0.7503 | 837 | 0.2165 |
| 0.1394 | 1.0 | 1116 | 0.2170 |
| 0.1394 | 1.2501 | 1395 | 0.2199 |
| 0.1131 | 1.5002 | 1674 | 0.2147 |
| 0.1131 | 1.7503 | 1953 | 0.2127 |
| 0.1025 | 2.0 | 2232 | 0.2116 |
| 0.0891 | 2.2501 | 2511 | 0.2160 |
| 0.0891 | 2.5002 | 2790 | 0.2112 |
| 0.0821 | 2.7503 | 3069 | 0.2111 |
| 0.0821 | 3.0 | 3348 | 0.2084 |
| 0.0768 | 3.2501 | 3627 | 0.2164 |
| 0.0768 | 3.5002 | 3906 | 0.2119 |
| 0.0681 | 3.7503 | 4185 | 0.2111 |