File size: 1,906 Bytes
64f7850 | 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 | {
"checkpoint": "/home/shadeform/outputs/train/eval3_cotrain_action_lora_auxvlm_5k/cycle_04_vlm_lora",
"data_dir": "/home/shadeform/data/eval3_position_qa_3frames",
"output_dir": "/home/shadeform/outputs/train/eval3_cotrain_action_lora_auxvlm_5k/cycle_05_vlm_lora",
"train_examples": 216,
"eval_examples": 54,
"epochs": 20,
"batch_size": 1,
"grad_accum": 4,
"lr": 1e-05,
"global_step": 100,
"eval": {
"examples": 54,
"correct": 54,
"accuracy": 1.0,
"grouped": {
"target_person": {
"Barack Obama": {
"correct": 18,
"total": 18,
"accuracy": 1.0,
"prediction_counts": {
"left": 6,
"middle": 6,
"right": 6
}
},
"Taylor Swift": {
"correct": 18,
"total": 18,
"accuracy": 1.0,
"prediction_counts": {
"left": 6,
"middle": 6,
"right": 6
}
},
"Yann LeCun": {
"correct": 18,
"total": 18,
"accuracy": 1.0,
"prediction_counts": {
"left": 6,
"middle": 6,
"right": 6
}
}
},
"ground_truth": {
"left": {
"correct": 18,
"total": 18,
"accuracy": 1.0,
"prediction_counts": {
"left": 18
}
},
"middle": {
"correct": 18,
"total": 18,
"accuracy": 1.0,
"prediction_counts": {
"middle": 18
}
},
"right": {
"correct": 18,
"total": 18,
"accuracy": 1.0,
"prediction_counts": {
"right": 18
}
}
}
},
"output_csv": "/home/shadeform/outputs/train/eval3_cotrain_action_lora_auxvlm_5k/cycle_05_vlm_lora/eval_predictions.csv"
}
}
|