Views
No views yet
0.4.11base_model: NousResearch/Hermes-3-Llama-3.1-70B
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9chat_template: llama3
10datasets:
11 - path: Guilherme34/Reasoner-Dataset-roles-format
12 type: chat_template
13 chat_template: llama3
14 field_messages: messages
15 message_field_role: role
16 message_field_content: content
17 roles:
18 system:
19 - system
20 user:
21 - user
22 assistant:
23 - assistant
24
25dataset_prepared_path:
26val_set_size: 0.05
27output_dir: ./outputs/lora-out
28
29sequence_len: 4096
30sample_packing: false
31pad_to_sequence_len: true
32
33adapter: lora
34lora_model_dir:
35lora_r: 32
36lora_alpha: 16
37lora_dropout: 0.05
38lora_target_linear: true
39lora_fan_in_fan_out:
40
41wandb_project:
42wandb_entity:
43wandb_watch:
44wandb_name:
45wandb_log_model:
46
47gradient_accumulation_steps: 4
48micro_batch_size: 2
49num_epochs: 3
50optimizer: adamw_bnb_8bit
51lr_scheduler: cosine
52learning_rate: 0.0002
53
54train_on_inputs: false
55group_by_length: false
56bf16: auto
57fp16:
58tf32: false
59
60gradient_checkpointing: true
61early_stopping_patience:
62resume_from_checkpoint:
63local_rank:
64logging_steps: 1
65xformers_attention:
66flash_attention: true
67s2_attention:
68
69warmup_steps: 10
70evals_per_epoch: 4
71eval_table_size:
72eval_max_new_tokens: 128
73saves_per_epoch: 1
74debug:
75deepspeed:
76weight_decay: 0.0
77fsdp:
78fsdp_config:
79special_tokens:
80 pad_token: <|end_of_text|>
81| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.4145 | 0.0833 | 1 | 1.3638 |
| 1.4133 | 0.25 | 3 | 1.3479 |
| 1.1718 | 0.5 | 6 | 1.0840 |
| 0.8807 | 0.75 | 9 | 0.8536 |
| 0.7696 | 1.0 | 12 | 0.7617 |
| 0.5582 | 1.25 | 15 | 0.7075 |
| 0.5734 | 1.5 | 18 | 0.6850 |
| 0.5593 | 1.75 | 21 | 0.6519 |
| 0.5131 | 2.0 | 24 | 0.6315 |
| 0.4138 | 2.25 | 27 | 0.6263 |
| 0.3607 | 2.5 | 30 | 0.6266 |
| 0.3951 | 2.75 | 33 | 0.6272 |
| 0.345 | 3.0 | 36 | 0.6269 |