File size: 2,975 Bytes
88e15cd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | {
"stage": "sft",
"checkpoint": "artifacts/router-sft-mock",
"worker_ids": [
"math_expert",
"code_expert",
"general_expert"
],
"global_step": 15,
"history": [
{
"epoch": 1,
"train_loss": 0.8739383816719055,
"validation": {
"examples": 6,
"router_utility": 0.6666659712791443,
"oracle_utility": 0.9999993443489075,
"regret": 0.3333333432674408,
"oracle_route_accuracy": 0.6666666865348816,
"best_fixed_worker": "math_expert",
"best_fixed_utility": 0.3333326578140259,
"random_utility": 0.3333326578140259,
"route_counts": {
"math_expert": 3,
"code_expert": 0,
"general_expert": 3
}
}
},
{
"epoch": 2,
"train_loss": 0.5408746401468912,
"validation": {
"examples": 6,
"router_utility": 0.8333327174186707,
"oracle_utility": 0.9999993443489075,
"regret": 0.1666666716337204,
"oracle_route_accuracy": 0.8333333134651184,
"best_fixed_worker": "math_expert",
"best_fixed_utility": 0.3333326578140259,
"random_utility": 0.3333326578140259,
"route_counts": {
"math_expert": 3,
"code_expert": 1,
"general_expert": 2
}
}
},
{
"epoch": 3,
"train_loss": 0.5621894498666128,
"validation": {
"examples": 6,
"router_utility": 0.8333327174186707,
"oracle_utility": 0.9999993443489075,
"regret": 0.1666666716337204,
"oracle_route_accuracy": 0.8333333134651184,
"best_fixed_worker": "math_expert",
"best_fixed_utility": 0.3333326578140259,
"random_utility": 0.3333326578140259,
"route_counts": {
"math_expert": 3,
"code_expert": 1,
"general_expert": 2
}
}
},
{
"epoch": 4,
"train_loss": 0.32038889328638714,
"validation": {
"examples": 6,
"router_utility": 0.9999993443489075,
"oracle_utility": 0.9999993443489075,
"regret": 0.0,
"oracle_route_accuracy": 1.0,
"best_fixed_worker": "math_expert",
"best_fixed_utility": 0.3333326578140259,
"random_utility": 0.3333326578140259,
"route_counts": {
"math_expert": 2,
"code_expert": 2,
"general_expert": 2
}
}
},
{
"epoch": 5,
"train_loss": 0.20881875852743784,
"validation": {
"examples": 6,
"router_utility": 0.9999993443489075,
"oracle_utility": 0.9999993443489075,
"regret": 0.0,
"oracle_route_accuracy": 1.0,
"best_fixed_worker": "math_expert",
"best_fixed_utility": 0.3333326578140259,
"random_utility": 0.3333326578140259,
"route_counts": {
"math_expert": 2,
"code_expert": 2,
"general_expert": 2
}
}
}
]
}
|