Views
No views yet
0.4.01base_model: meta-llama/Meta-Llama-3-70B-Instruct
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer # PreTrainedTokenizerFast
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: /workspace/data/dataset/hex_phi_dolphin_responses.jsonl
11 ds_type: json
12 type: alpaca
13dataset_prepared_path: last_run_prepared
14val_set_size: 0.05
15output_dir: /workspace/data/out/qlora
16
17adapter: qlora
18lora_model_dir:
19
20sequence_len: 512
21sample_packing: false
22eval_sample_packing: false
23pad_to_sequence_len: true
24
25lora_r: 32
26lora_alpha: 16
27lora_dropout: 0.05
28lora_target_modules:
29lora_target_linear: true
30lora_fan_in_fan_out:
31
32wandb_project:
33wandb_entity:
34wandb_watch:
35wandb_name:
36wandb_log_model:
37
38gradient_accumulation_steps: 4
39micro_batch_size: 2
40num_epochs: 4
41optimizer: adamw_torch
42lr_scheduler: cosine
43learning_rate: 0.00001
44
45train_on_inputs: false
46group_by_length: false
47bf16: auto
48fp16:
49tf32: false
50
51gradient_checkpointing: true
52gradient_checkpointing_kwargs:
53 use_reentrant: true
54early_stopping_patience:
55resume_from_checkpoint:
56local_rank:
57logging_steps: 1
58xformers_attention:
59flash_attention: true
60
61warmup_steps: 100
62evals_per_epoch: 4
63eval_table_size:
64saves_per_epoch: 1
65debug:
66deepspeed:
67weight_decay: 0.0
68fsdp:
69fsdp_config:
70special_tokens:
71 pad_token: <|end_of_text|>
72
73| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.7723 | 0.2667 | 1 | 2.0884 |
| 1.8176 | 0.5333 | 2 | 2.0872 |
| 1.8499 | 0.8 | 3 | 2.0874 |
| 1.7963 | 1.0667 | 4 | 2.0865 |
| 1.8762 | 1.3333 | 5 | 2.0866 |
| 1.7795 | 1.6 | 6 | 2.0875 |
| 1.8179 | 1.8667 | 7 | 2.0880 |
| 1.8353 | 2.1333 | 8 | 2.0874 |
| 1.8009 | 2.4 | 9 | 2.0864 |
| 1.7625 | 2.6667 | 10 | 2.0869 |
| 1.8273 | 2.9333 | 11 | 2.0874 |
| 1.8198 | 3.2 | 12 | 2.0876 |