Views
No views yet
0.6.01base_model: meta-llama/Meta-Llama-3.1-8B
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4load_in_8bit: false
5load_in_4bit: true
6strict: false
7datasets:
8- path: tatsu-lab/alpaca
9 type: alpaca
10 format: csv
11 prompt_template: '### Instruction: {instruction}
12
13 ### Input: {input}
14
15 ### Response: {output}'
16dataset_prepared_path: null
17val_set_size: 0.1
18output_dir: /root/outputs/fine_tuned_model
19adapter: qlora
20lora_model_dir: null
21sequence_len: 2048
22sample_packing: true
23eval_sample_packing: false
24pad_to_sequence_len: true
25lora_r: 16
26lora_alpha: 8
27lora_dropout: 0.05
28lora_target_modules: null
29lora_target_linear: true
30lora_fan_in_fan_out: null
31wandb_project: null
32wandb_entity: null
33wandb_watch: null
34wandb_name: null
35wandb_log_model: null
36gradient_accumulation_steps: 4
37micro_batch_size: 1
38num_epochs: 10
39max_steps: 10000000
40optimizer: paged_adamw_32bit
41lr_scheduler: cosine
42learning_rate: 0.0002
43train_on_inputs: false
44group_by_length: false
45bf16: auto
46fp16: null
47tf32: false
48gradient_checkpointing: true
49early_stopping_patience: 3
50save_strategy: steps
51save_steps: 20
52evaluation_strategy: steps
53eval_steps: 20
54load_best_model_at_end: true
55save_total_limit: 3
56metric_for_best_model: loss
57greater_is_better: false
58resume_from_checkpoint: null
59local_rank: null
60logging_steps: 1
61xformers_attention: null
62flash_attention: true
63warmup_steps: 10
64debug: null
65deepspeed: null
66weight_decay: 0.0
67fsdp: null
68fsdp_config: null
69special_tokens:
70 pad_token: <|end_of_text|>
71mlflow_tracking_uri: https://mlflow-dev.qpiai-pro.tech
72mlflow_experiment_name: llama-8B-finance-alpaca
73hf_mlflow_log_artifacts: 'true'
74local_files_only: true
75| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.6341 | 0.0033 | 1 | 2.3410 |
| 1.7182 | 0.0657 | 20 | 1.7831 |
| 1.5914 | 0.1315 | 40 | 1.6462 |
| 1.5298 | 0.1972 | 60 | 1.6162 |
| 1.5785 | 0.2629 | 80 | 1.5921 |
| 1.4582 | 0.3287 | 100 | 1.5714 |
| 1.4977 | 0.3944 | 120 | 1.5635 |
| 1.538 | 0.4601 | 140 | 1.5572 |
| 1.5077 | 0.5259 | 160 | 1.5524 |
| 1.5834 | 0.5916 | 180 | 1.5468 |
| 1.4628 | 0.6574 | 200 | 1.5443 |
| 1.5013 | 0.7231 | 220 | 1.5469 |
| 1.5267 | 0.7888 | 240 | 1.5408 |
| 1.4877 | 0.8546 | 260 | 1.5365 |
| 1.4768 | 0.9203 | 280 | 1.5291 |
| 1.3028 | 0.9860 | 300 | 1.5347 |
| 1.4451 | 1.0493 | 320 | 1.5349 |
| 1.5032 | 1.1150 | 340 | 1.5361 |