Views
No views yet
0.4.01base_model: meta-llama/Meta-Llama-3-8B
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: Leon-Leee/Wizardlm_Evol_Instruct_v2_196K_backuped
11 type: sharegpt
12 conversation: llama3
13dataset_prepared_path: last_run_prepared
14val_set_size: 0.001
15output_dir: ./out_Llama-8B-WizardLM-196k
16
17sequence_len: 8192
18sample_packing: true
19eval_sample_packing: false
20pad_to_sequence_len: true
21
22wandb_project: SynDa
23wandb_entity:
24wandb_watch:
25wandb_name: Llama-3-8B-WizardLM-196k
26wandb_log_model:
27hub_model_id: SynDa/Llama-3-8B-WizardLM-196K
28
29gradient_accumulation_steps: 8
30micro_batch_size: 1
31num_epochs: 2
32optimizer: paged_adamw_8bit
33lr_scheduler: cosine
34learning_rate: 2e-5
35
36train_on_inputs: false
37group_by_length: false
38bf16: auto
39fp16:
40tf32: false
41
42gradient_checkpointing: true
43gradient_checkpointing_kwargs:
44 use_reentrant: false
45early_stopping_patience:
46resume_from_checkpoint:
47logging_steps: 1
48xformers_attention:
49flash_attention: true
50
51warmup_steps: 100
52evals_per_epoch: 3
53eval_table_size:
54saves_per_epoch: 1
55debug:
56deepspeed:
57weight_decay: 0.0
58fsdp:
59fsdp_config:
60special_tokens:
61 pad_token: <|end_of_text|>
62| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.7323 | 0.0036 | 1 | 1.0826 |
| 0.5934 | 0.3344 | 93 | 0.6450 |
| 0.5497 | 0.6688 | 186 | 0.6192 |
| 0.5295 | 1.0031 | 279 | 0.6059 |
| 0.4664 | 1.3236 | 372 | 0.6103 |
| 0.4729 | 1.6580 | 465 | 0.6077 |