Views
No views yet
0.8.0.dev01adapter: lora
2base_model: NousResearch/Nous-Hermes-2-Mistral-7B-DPO
3bf16: auto
4dataset_processes: 32
5datasets:
6- message_property_mappings:
7 content: content
8 role: role
9 path: pp-beta/whalebrainprompt
10 type: chat_template
11 trust_remote_code: false
12chat_template: chatml
13gradient_accumulation_steps: 4
14gradient_checkpointing: true
15learning_rate: 0.0002
16lisa_layers_attribute: model.layers
17load_best_model_at_end: false
18load_in_4bit: false
19load_in_8bit: true
20lora_alpha: 16
21lora_dropout: 0.05
22lora_r: 8
23lora_target_modules:
24- q_proj
25- v_proj
26- k_proj
27- o_proj
28- gate_proj
29- down_proj
30- up_proj
31loraplus_lr_embedding: 1.0e-06
32lr_scheduler: cosine
33max_prompt_len: 1024
34mean_resizing_embeddings: false
35micro_batch_size: 8
36num_epochs: 1.0
37optimizer: adamw_bnb_8bit
38output_dir: ./outputs/mymodel
39pretrain_multipack_attn: true
40pretrain_multipack_buffer_size: 10000
41qlora_sharded_model_loading: false
42ray_num_workers: 1
43resources_per_worker:
44 GPU: 1
45sample_packing_bin_size: 200
46sample_packing_group_size: 100000
47save_only_model: false
48save_safetensors: true
49sequence_len: 2048
50shuffle_merged_datasets: true
51skip_prepare_dataset: false
52strict: false
53train_on_inputs: false
54trl:
55 log_completions: false
56 ref_model_mixup_alpha: 0.9
57 ref_model_sync_steps: 64
58 sync_ref_model: false
59 use_vllm: false
60 vllm_device: auto
61 vllm_dtype: auto
62 vllm_gpu_memory_utilization: 0.9
63use_ray: false
64val_set_size: 0.0
65weight_decay: 0.0
66