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