1{
2 "_metadata": {
3 "name": "CHUD-Qwen3.6-27B",
4 "description": "Training configuration shared from a Merlina-trained model.",
5 "tags": [],
6 "schema": "merlina/training-config",
7 "schema_version": 1,
8 "merlina_version": "2.1.1"
9 },
10 "base_model": "nbeerbower/BigBubba-Qwen3.6-27B",
11 "output_name": "CHUD-Qwen3.6-27B",
12 "use_lora": true,
13 "lora_r": 32,
14 "lora_alpha": 64,
15 "lora_dropout": 0.0,
16 "target_modules": [
17 "up_proj",
18 "down_proj",
19 "gate_proj",
20 "k_proj",
21 "q_proj",
22 "v_proj",
23 "o_proj"
24 ],
25 "modules_to_save": [],
26 "lora_task_type": "CAUSAL_LM",
27 "learning_rate": 8e-06,
28 "num_epochs": 2,
29 "batch_size": 2,
30 "gradient_accumulation_steps": 4,
31 "max_length": 2048,
32 "max_prompt_length": 1536,
33 "model_type": "auto",
34 "training_mode": "orpo",
35 "beta": 0.1,
36 "label_smoothing": 0.0,
37 "gamma": 0.5,
38 "image_resolution": 1024,
39 "lora_rank": 32,
40 "lora_use_dora": false,
41 "mid_training_samples": true,
42 "dataset": {
43 "source": {
44 "source_type": "huggingface",
45 "repo_id": "nbeerbower/weasel-dpo",
46 "split": "train",
47 "streaming": false,
48 "streaming_batch_size": 10000
49 },
50 "additional_sources": [
51 {
52 "source_type": "huggingface",
53 "repo_id": "nbeerbower/seX-ai-dpo",
54 "split": "train",
55 "streaming": false,
56 "streaming_batch_size": 10000,
57 "column_mapping": {
58 "prompt": "prompt",
59 "chosen": "chosen",
60 "rejected": "rejected"
61 }
62 },
63 {
64 "source_type": "huggingface",
65 "repo_id": "nbeerbower/grok-politically-incorrect-dpo",
66 "split": "train",
67 "streaming": false,
68 "streaming_batch_size": 10000,
69 "column_mapping": {
70 "prompt": "prompt",
71 "chosen": "chosen",
72 "rejected": "rejected"
73 }
74 }
75 ],
76 "format": {
77 "format_type": "tokenizer",
78 "enable_thinking": true,
79 "auto_detect_thinking": true
80 },
81 "model_name": "nbeerbower/BigBubba-Qwen3.6-27B",
82 "column_mapping": {
83 "prompt": "prompt",
84 "chosen": "chosen",
85 "rejected": "rejected"
86 },
87 "convert_messages_format": true,
88 "deduplicate": false,
89 "dedupe_strategy": "prompt_chosen",
90 "test_size": 0.01,
91 "system_prompt_mode": "fill_empty",
92 "training_mode": "orpo"
93 },
94 "seed": 42,
95 "max_grad_norm": 1.0,
96 "warmup_ratio": 0.1,
97 "eval_steps": 0.2,
98 "use_4bit": false,
99 "use_wandb": true,
100 "push_to_hub": true,
101 "merge_lora_before_upload": true,
102 "hf_hub_private": true,
103 "export_gguf": false,
104 "gguf_quant_types": [
105 "Q4_K_M"
106 ],
107 "keep_gguf_fp16": false,
108 "shuffle_dataset": true,
109 "weight_decay": 0.01,
110 "lr_scheduler_type": "cosine",
111 "gradient_checkpointing": true,
112 "logging_steps": 1,
113 "optimizer_type": "paged_adamw_8bit",
114 "adam_beta1": 0.9,
115 "adam_beta2": 0.999,
116 "adam_epsilon": 1e-08,
117 "adafactor_relative_step": false,
118 "adafactor_scale_parameter": false,
119 "adafactor_warmup_init": false,
120 "adafactor_decay_rate": -0.8,
121 "adafactor_clip_threshold": 1.0,
122 "attn_implementation": "auto",
123 "use_liger": false,
124 "torch_compile": false,
125 "eval_on_start": false,
126 "multi_gpu_strategy": "auto"
127}