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: 4
6num_epochs: 1
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/formula_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/formula_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: formula_llama_3_1_8b_fp16_r8
43| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0.0303 | 1 | 4.1860 |
| No log | 0.2727 | 9 | 2.5886 |
| No log | 0.5455 | 18 | 1.0248 |
| No log | 0.8182 | 27 | 0.8450 |