File size: 310 Bytes
4cac12f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "base_model": "Qwen/Qwen2.5-1.5B",
  "training_type": "sft",
  "special_tokens": [
    "<OBS>",
    "</OBS>",
    "<BELIEF>",
    "</BELIEF>",
    "<MEM>",
    "</MEM>",
    "<TASK>",
    "</TASK>",
    "<OUTPUT_JSON>",
    "</OUTPUT_JSON>",
    "<EPISTEMIC>",
    "<REFUSE_DIEGETIC>"
  ],
  "lora": true
}