Views
No views yet
0.4.11base_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: penfever/tulu-v2-flan-v2-cot-science
11 type: sharegpt.load_ultrachat
12 conversation: llama3
13
14dataset_prepared_path: ./datasets/tulu-human
15output_dir: ./outputs/tulu-human
16
17sequence_len: 8192
18sample_packing: true
19pad_to_sequence_len: true
20
21
22wandb_project: lm-evals
23wandb_entity:
24wandb_watch:
25wandb_name: Llama-3-8B-tulu-human
26wandb_log_model:
27hub_model_id: penfever/Llama-3-8B-tulu-human-v2
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
52eval_table_size:
53saves_per_epoch: 1
54debug:
55deepspeed:
56weight_decay: 0.0
57fsdp:
58fsdp_config:
59special_tokens:
60 pad_token: <|end_of_text|>
61