Views
No views yet
0.8.0.dev01base_model: ./Qwen_QwQ-32B/
2# Automatically upload checkpoint and final model to HF
3# hub_model_id: username/custom_model_name
4
5trust_remote_code: true
6
7load_in_8bit: true
8load_in_4bit: false
9strict: false
10
11chat_template: tokenizer_default
12
13datasets:
14 - path: Undi95/QwQ-dataset
15 type: chat_template
16 chat_template: tokenizer_default
17 field_messages: conversations
18 message_field_role: from
19 message_field_content: value
20 roles:
21 user: ["human", "user"]
22 assistant: ["gpt", "assistant"]
23 system: ["system"]
24 tool: ["tool"]
25dataset_prepared_path: last_run_prepared
26val_set_size: 0.05
27output_dir: ./out
28
29sequence_len: 4096
30sample_packing: true
31eval_sample_packing: true
32pad_to_sequence_len: true
33
34adapter: lora
35lora_model_dir:
36lora_r: 256
37lora_alpha: 64
38lora_dropout: 0.05
39lora_target_linear: true
40lora_fan_in_fan_out:
41
42wandb_project: qwq-rp
43wandb_entity:
44wandb_watch:
45wandb_name:
46wandb_log_model:
47
48gradient_accumulation_steps: 2
49micro_batch_size: 2
50num_epochs: 2
51optimizer: paged_adamw_8bit
52lr_scheduler: cosine
53learning_rate: 0.0002
54
55train_on_inputs: false
56group_by_length: false
57bf16: auto
58fp16:
59tf32: true
60
61gradient_checkpointing: unsloth
62gradient_checkpointing_kwargs:
63 use_reentrant: false
64early_stopping_patience:
65resume_from_checkpoint:
66local_rank:
67logging_steps: 1
68xformers_attention:
69flash_attention: true
70
71warmup_steps: 20
72saves_per_epoch: 2
73debug:
74deepspeed:
75weight_decay: 0.1| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.7216 | 1.0 | 649 | 1.0138 |
| 0.6349 | 1.9977 | 1296 | 1.0077 |