Views
No views yet
0.8.0.dev01base_model: Qwen/Qwen2.5-32B
2datasets:
3 - path: StudyPal/education
4 type: chat_template
5 field_messages: conversations
6 message_property_mappings:
7 role: from
8 content: value
9output_dir: ./outputs/qwen25-croatian-education
10
11sequence_len: 1024
12adapter: lora
13
14lora_r: 32
15lora_alpha: 64
16lora_dropout: 0.05
17lora_target_modules:
18 - q_proj
19 - v_proj
20 - k_proj
21 - o_proj
22 - gate_proj
23 - down_proj
24 - up_proj
25
26gradient_accumulation_steps: 8
27micro_batch_size: 2
28max_steps: 1500
29optimizer: paged_adamw_8bit
30learning_rate: 0.0001
31load_in_4bit: true
32train_on_inputs: false
33bf16: auto
34
35# Additional settings for 32B model
36trust_remote_code: true
37bnb_4bit_quant_type: nf4
38bnb_4bit_use_double_quant: true
39bnb_4bit_compute_dtype: bfloat16
40gradient_checkpointing: true
41sample_packing: true
42pad_to_sequence_len: true
43val_set_size: 0.001
44warmup_steps: 75
45save_safetensors: true
46flash_attention: true
47dataloader_num_workers: 8
48dataloader_pin_memory: true
49eval_steps: 999999
50eval_strategy: steps
51save_steps: 750
52logging_steps: 50
53
54special_tokens:
55 bos_token: "<|im_start|>"
56 eos_token: "<|im_end|>"
57 pad_token: "<|endoftext|>"| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0.0003 | 1 | 1.4631 |