Views
No views yet
0.12.21adapter: qlora
2base_model: Qwen/Qwen2.5-7B-Instruct
3bf16: true
4chat_template: qwen_25
5datasets:
6- ds_type: json
7 field_messages: messages
8 message_property_mappings:
9 content: content
10 role: role
11 path: iot_train_chat.json
12 split: train
13 type: chat_template
14embeddings_skip_upcast: true
15flash_attention: true
16fp16: false
17gradient_accumulation_steps: 1
18gradient_checkpointing: true
19learning_rate: 0.0001
20load_in_4bit: true
21logging_steps: 1
22lora_alpha: 64
23lora_dropout: 0.05
24lora_r: 32
25lora_target_modules:
26- q_proj
27- k_proj
28- v_proj
29- o_proj
30- gate_proj
31- up_proj
32- down_proj
33micro_batch_size: 8
34num_epochs: 1
35optimizer: paged_adamw_8bit
36output_dir: ./outputs/qwen-iot-lora
37pad_to_sequence_len: true
38sample_packing: true
39save_steps: 50
40save_strategy: steps
41sequence_len: 4096
42special_tokens:
43 pad_token: <|endoftext|>
44tokenizer_type: AutoTokenizer
45trust_remote_code: true
46warmup_steps: 10
47xformers_attention: false
48