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: 8
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/headline_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/headline_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: headline_llama_3_1_8b_fp16_r8
43| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0.0006 | 1 | 6.7673 |
| No log | 0.2504 | 420 | 0.0517 |
| 0.2063 | 0.5007 | 840 | 0.0496 |
| 0.0491 | 0.7511 | 1260 | 0.0389 |
| 0.0424 | 1.0012 | 1680 | 0.0421 |
| 0.0363 | 1.2516 | 2100 | 0.0386 |
| 0.035 | 1.5019 | 2520 | 0.0441 |
| 0.035 | 1.7523 | 2940 | 0.0452 |
| 0.0321 | 2.0024 | 3360 | 0.0408 |
| 0.031 | 2.2528 | 3780 | 0.0442 |
| 0.0249 | 2.5031 | 4200 | 0.0414 |
| 0.0263 | 2.7535 | 4620 | 0.0404 |
| 0.0245 | 3.0036 | 5040 | 0.0420 |
| 0.0245 | 3.2539 | 5460 | 0.0484 |
| 0.0183 | 3.5043 | 5880 | 0.0483 |
| 0.0164 | 3.7547 | 6300 | 0.0465 |