Views
No views yet
0.4.01
2base_model: meta-llama/Meta-Llama-3-8B
3model_type: LlamaForCausalLM
4tokenizer_type: AutoTokenizer
5
6load_in_8bit: false
7load_in_4bit: false
8strict: false
9
10datasets:
11 - path: flydust/WildChat_ShareGPT
12 type: sharegpt
13 conversation: llama3
14dataset_prepared_path: last_run_prepared
15val_set_size: 0.001
16output_dir: ./out_Llama-3-WildChat
17
18sequence_len: 8192
19sample_packing: true
20eval_sample_packing: false
21pad_to_sequence_len: true
22
23wandb_project: SynDa
24wandb_entity:
25wandb_watch:
26wandb_name: Llama-3-WildChat
27wandb_log_model:
28hub_model_id: SynDa/Llama-3-8B-WildChat
29
30gradient_accumulation_steps: 8
31micro_batch_size: 1
32num_epochs: 2
33optimizer: paged_adamw_8bit
34lr_scheduler: cosine
35learning_rate: 2e-5
36
37train_on_inputs: false
38group_by_length: false
39bf16: auto
40fp16:
41tf32: false
42
43gradient_checkpointing: true
44gradient_checkpointing_kwargs:
45 use_reentrant: false
46early_stopping_patience:
47resume_from_checkpoint:
48logging_steps: 1
49xformers_attention:
50flash_attention: true
51
52warmup_steps: 100
53evals_per_epoch: 3
54eval_table_size:
55saves_per_epoch: 1
56debug:
57deepspeed:
58weight_decay: 0.0
59fsdp:
60fsdp_config:
61special_tokens:
62 pad_token: <|end_of_text|>
63| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.1455 | 0.0003 | 1 | 1.3389 |
| 0.9084 | 0.3333 | 1128 | 0.8551 |
| 0.9265 | 0.6667 | 2256 | 0.8363 |
| 0.9086 | 1.0 | 3384 | 0.8210 |
| 0.8257 | 1.3164 | 4512 | 0.8214 |
| 0.8306 | 1.6497 | 5640 | 0.8197 |
| 0.8252 | 1.9831 | 6768 | 0.8197 |