Views
No views yet
0.7.01trust_remote_code: true
2adapter: lora
3base_model: deepseek-ai/DeepSeek-V2-Lite-Chat
4bf16: auto
5bnb_config_kwargs:
6 # These are default values
7 llm_int8_has_fp16_weight: false
8 bnb_4bit_quant_type: nf4
9 bnb_4bit_use_double_quant: true
10dataset_processes: 32
11datasets:
12- path: ./train.jsonl
13 type: chat_template
14 field_messages: messages
15gradient_accumulation_steps: 1
16gradient_checkpointing: true
17learning_rate: 0.0002
18lisa_layers_attribute: model.layers
19load_best_model_at_end: false
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: 1
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: 4096
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