Views
No views yet
0.4.01adapter: qlora
2base_model: meta-llama/Meta-Llama-3-8B-Instruct
3base_model_config: meta-llama/Meta-Llama-3-8B-Instruct
4datasets:
5- path: ibivibiv/causal-lm-smaller_0
6 type: alpaca
7flash_attention: true
8gradient_accumulation_steps: 4
9gradient_checkpointing: true
10hf_use_auth_token: true
11hub_model_id: ibivibiv/causal-llama-3-8B-Instruct
12learning_rate: 0.00025
13load_in_4bit: true
14logging_steps: 1
15lora_alpha: 16
16lora_dropout: 0.05
17lora_r: 32
18lora_target_linear: true
19lr_scheduler: cosine
20micro_batch_size: 2
21model_type: AutoModelForCausalLM
22num_epochs: 3
23optimizer: paged_adamw_32bit
24output_dir: /job/out
25sample_packing: true
26save_safetensors: true
27sequence_len: 4096
28special_tokens:
29 pad_token: <|end_of_text|>
30tokenizer_type: AutoTokenizer
31wandb_project: TuneStudio
32wandb_run_id: causalllama0
33wandb_watch: 'true'
34warmup_steps: 10
35