Views
No views yet
0.4.11adapter: lora
2base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
3base_model_config: meta-llama/Meta-Llama-3.1-8B-Instruct
4bf16: true
5dataset_processes: 8
6datasets:
7- path: /tmp/train.jsonl
8 type:
9 field_instruction: input
10 field_output: output
11 field_system: system
12 format: '{instruction}'
13 no_input_format: '{instruction}'
14 system_prompt: ''
15flash_attention: true
16fp16: false
17fsdp: []
18gradient_accumulation_steps: 4
19gradient_checkpointing: true
20group_by_length: false
21is_llama_derived_model: true
22learning_rate: 0.0002
23logging_steps: 1
24lora_alpha: 16
25lora_dropout: 0.05
26lora_r: 8
27lora_target_linear: true
28lora_target_modules:
29- gate_proj
30- down_proj
31- up_proj
32- q_proj
33- v_proj
34- k_proj
35- o_proj
36lr_scheduler: cosine
37micro_batch_size: 2
38model_type: LlamaForCausalLM
39num_epochs: 1
40optimizer: adamw_bnb_8bit
41output_dir: /models/loras2/40a0412a-574f-442e-8a35-32dd97008a01
42pad_to_sequence_len: true
43sample_packing: true
44save_safetensors: true
45save_strategy: 'no'
46sequence_len: 8192
47special_tokens:
48 eos_token: <|eot_id|>
49 pad_token: <|end_of_text|>
50strict: true
51tf32: false
52tokenizer_type: AutoTokenizer
53train_on_inputs: false
54val_set_size: 0
55wandb_project: OP Method
56wandb_run_id: auth-12-1-24-gpt4o-relabeled-llama31
57warmup_steps: 10
58weight_decay: 0
59