Views
No views yet
| Parameter | Value |
|---|---|
| Training Mode | SFT |
| Base Model | nbeerbower/A2-Hemlock-Coder |
| Learning Rate | 0.0001 |
| Epochs | 1 |
| Batch Size | 1 |
| Gradient Accumulation | 32 |
| Effective Batch Size | 32 |
| Max Sequence Length | 2048 |
| Optimizer | paged_adamw_8bit |
| LR Scheduler | cosine |
| Warmup Ratio | 0.05 |
| Weight Decay | 0.01 |
| Max Grad Norm | 0.5 |
| Seed | 42 |
| LoRA Rank (r) | 64 |
| LoRA Alpha | 128 |
| LoRA Dropout | 0.05 |
| Target Modules | up_proj, down_proj, gate_proj, k_proj, q_proj, v_proj, o_proj |
| Quantization | 4-bit (NF4) |
| GPU | NVIDIA RTX A6000 |
data/configs/<name>.json (or import it via the Load Configuration dialog) to reproduce the exact training setup. Credentials are not included — Merlina will use your own HF_TOKEN and WANDB_API_KEY from .env or the form.1{
2 "_metadata": {
3 "name": "A2-Hemlock-Coder-Claude-opus-4.6-TraceInversion-9000x-SFT",
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.0.1"
9 },
10 "base_model": "nbeerbower/A2-Hemlock-Coder",
11 "output_name": "A2-Hemlock-Coder-Claude-opus-4.6-TraceInversion-9000x-SFT",
12 "use_lora": true,
13 "lora_r": 64,
14 "lora_alpha": 128,
15 "lora_dropout": 0.05,
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": 0.0001,
28 "num_epochs": 1,
29 "batch_size": 1,
30 "gradient_accumulation_steps": 32,
31 "max_length": 2048,
32 "max_prompt_length": 1024,
33 "model_type": "auto",
34 "training_mode": "sft",
35 "beta": 0.1,
36 "label_smoothing": 0.0,
37 "gamma": 0.5,
38 "vision_model_id": null,
39 "stage": null,
40 "unfreeze_vision_top_n": null,
41 "image_token_id": null,
42 "min_pixels": null,
43 "max_pixels": null,
44 "image_column": null,
45 "caption_column": null,
46 "instruction": null,
47 "streaming": null,
48 "model_name": null,
49 "image_resolution": 1024,
50 "lora_rank": 32,
51 "lora_target_modules": null,
52 "dataset_jsonl_path": null,
53 "dataset_name": null,
54 "dataset_split": null,
55 "sample_prompts": null,
56 "sample_num_steps": null,
57 "dataset": {
58 "source": {
59 "source_type": "huggingface",
60 "repo_id": "Jackrong/Claude-opus-4.6-TraceInversion-9000x",
61 "split": "train",
62 "file_path": null,
63 "file_format": null,
64 "dataset_id": null,
65 "streaming": false,
66 "streaming_batch_size": 10000,
67 "column_mapping": null
68 },
69 "additional_sources": [],
70 "format": {
71 "format_type": "tokenizer",
72 "custom_templates": null,
73 "enable_thinking": true
74 },
75 "model_name": "nbeerbower/A2-Hemlock-Coder",
76 "column_mapping": {
77 "input": "prompt",
78 "output": "chosen",
79 "reasoning_bubble": "reasoning"
80 },
81 "convert_messages_format": false,
82 "deduplicate": false,
83 "dedupe_strategy": "prompt_chosen",
84 "test_size": 0.01,
85 "max_samples": null,
86 "system_prompt": null,
87 "system_prompt_mode": "fill_empty",
88 "training_mode": "sft"
89 },
90 "seed": 42,
91 "max_grad_norm": 0.5,
92 "warmup_ratio": 0.05,
93 "eval_steps": 0.2,
94 "use_4bit": true,
95 "use_wandb": true,
96 "push_to_hub": true,
97 "merge_lora_before_upload": true,
98 "hf_hub_private": true,
99 "export_gguf": false,
100 "gguf_quant_types": [
101 "Q4_K_M"
102 ],
103 "keep_gguf_fp16": false,
104 "shuffle_dataset": true,
105 "weight_decay": 0.01,
106 "lr_scheduler_type": "cosine",
107 "gradient_checkpointing": true,
108 "logging_steps": 1,
109 "optimizer_type": "paged_adamw_8bit",
110 "adam_beta1": 0.9,
111 "adam_beta2": 0.999,
112 "adam_epsilon": 1e-08,
113 "adafactor_relative_step": false,
114 "adafactor_scale_parameter": false,
115 "adafactor_warmup_init": false,
116 "adafactor_decay_rate": -0.8,
117 "adafactor_beta1": null,
118 "adafactor_clip_threshold": 1.0,
119 "attn_implementation": "auto",
120 "use_liger": true,
121 "torch_compile": false,
122 "neftune_alpha": null,
123 "eval_on_start": true,
124 "gpu_ids": null,
125 "multi_gpu_strategy": "auto",
126 "wandb_project": null,
127 "wandb_run_name": null,
128 "wandb_tags": null,
129 "wandb_notes": null
130}