File size: 708 Bytes
c1c58d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "mpc-training-epoch1-2025-Apr-15",
    "base_model": "Qwen/Qwen2.5-Coder-14B-Instruct" ,
    "context_length": 8192,
    "model_type": "qwen",
    "quantized": "True",
    "finetune_steps": [
        {
            "base_model": "Qwen/Qwen2.5-Coder-14B-Instruct",
            "step": 2,
            "data": "mpc_training",
            "epochs": "1",
            "batch_size": "32",
            "dataset_size": "168",
            "num_tests": ""
        }
    ],
    "project": "mpc_training",
    "prompt_template": {
        "user_tag": "<|start_header_id|>user<|end_header_id|>",
        "end_tag": "<|eot_id|>",
        "assistant_tag": "<|start_header_id|>assistant<|end_header_id|>"
    }
}