Views
No views yet
0.9.01base_model: NousResearch/Meta-Llama-3.1-8B-Instruct
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4gradient_accumulation_steps: 8
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/finer_train_batched.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/finer_llama_3_1_8b_8bits_r8
33sequence_len: 4096
34sample_packing: false
35pad_to_sequence_len: false
36wandb_project: finlora_models
37wandb_entity: null
38wandb_watch: gradients
39wandb_name: finer_llama_3_1_8b_8bits_r8
40wandb_log_model: 'false'
41bf16: auto
42tf32: false
43gradient_checkpointing: true
44resume_from_checkpoint: null
45logging_steps: 500
46flash_attention: false
47deepspeed: deepspeed_configs/zero1.json
48warmup_steps: 10
49evals_per_epoch: 4
50saves_per_epoch: 1
51weight_decay: 0.0
52special_tokens:
53 pad_token: <|end_of_text|>
54chat_template: llama3
55| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0.0016 | 1 | 0.5433 |
| No log | 0.2497 | 153 | 0.0520 |
| No log | 0.4995 | 306 | 0.0459 |
| No log | 0.7492 | 459 | 0.0406 |
| 0.0693 | 0.9990 | 612 | 0.0386 |
| 0.0693 | 1.2497 | 765 | 0.0396 |
| 0.0693 | 1.4995 | 918 | 0.0363 |
| 0.036 | 1.7492 | 1071 | 0.0351 |
| 0.036 | 1.9990 | 1224 | 0.0348 |
| 0.036 | 2.2497 | 1377 | 0.0360 |
| 0.0302 | 2.4995 | 1530 | 0.0321 |
| 0.0302 | 2.7492 | 1683 | 0.0347 |
| 0.0302 | 2.9990 | 1836 | 0.0324 |
| 0.0302 | 3.2497 | 1989 | 0.0328 |
| 0.0242 | 3.4995 | 2142 | 0.0334 |
| 0.0242 | 3.7492 | 2295 | 0.0332 |
| 0.0242 | 3.9990 | 2448 | 0.0331 |