File size: 499 Bytes
8e3f751
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "method": "random",
    "metric": {
        "name": "precision",
        "goal": "maximize"
    },
    "parameters": {
        "kind": {"values": ["json", "readable"]},
        "temperature": {"min": 0.1, "max": 1.0},
        "top_p": {"values": [0.75, 0.8, 0.85, 0.9, 0.95]},
        "few_shot_num": {
            "values": [2, 3, 4]
        },
        "few_shot_selection": {
            "values": ["random", "first", "last", "middle", "distributed", "longest", "shortest"]
        }
    }
}