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