Views
No views yet
0.10.01base_model: meta-llama/Llama-3.1-8B-Instruct
2model_type: LlamaForCausalLM
3tokenizer_type: LlamaTokenizerFast
4gradient_accumulation_steps: 2
5micro_batch_size: 4
6num_epochs: 1
7optimizer: adamw_bnb_8bit
8lr_scheduler: cosine
9learning_rate: 0.0001
10load_in_8bit: true
11load_in_4bit: false
12bnb_4bit_use_double_quant: false
13bnb_4bit_quant_type: null
14bnb_4bit_compute_dtype: null
15adapter: lora
16lora_model_dir: null
17lora_r: 8
18lora_alpha: 16
19lora_dropout: 0.05
20lora_target_modules:
21- q_proj
22- v_proj
23- k_proj
24datasets:
25- path: /workspace/FinLoRA/data/train/formula_train.jsonl
26 type:
27 system_prompt: ''
28 field_system: system
29 field_instruction: context
30 field_output: target
31 format: '[INST] {instruction} [/INST]'
32 no_input_format: '[INST] {instruction} [/INST]'
33dataset_prepared_path: null
34val_set_size: 0.02
35output_dir: /workspace/FinLoRA/lora/axolotl-output/intelinvest
36peft_use_dora: false
37peft_use_rslora: false
38sequence_len: 4096
39sample_packing: false
40pad_to_sequence_len: false
41wandb_project: finlora_models
42wandb_entity: null
43wandb_watch: gradients
44wandb_name: intelinvest
45wandb_log_model: 'false'
46bf16: auto
47tf32: false
48gradient_checkpointing: true
49resume_from_checkpoint: null
50logging_steps: 500
51flash_attention: false
52deepspeed: deepspeed_configs/zero1.json
53warmup_steps: 10
54evals_per_epoch: 4
55saves_per_epoch: 1
56weight_decay: 0.0
57special_tokens:
58 pad_token: <|end_of_text|>
59chat_template: llama3
60| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0 | 0 | 4.2749 |
| No log | 0.2857 | 7 | 3.5454 |
| No log | 0.5714 | 14 | 1.6841 |
| No log | 0.8571 | 21 | 1.0026 |