claimflow-api / weights /authenticity_config.json
Minifigures's picture
feat: ClaimFlow API demo backend
ceea9e1 verified
Raw
History Blame Contribute Delete
786 Bytes
{
"arch": "efficientnet_b0",
"classes": [
"fake",
"real"
],
"input_size": 224,
"normalization": {
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
]
},
"temperature": 2.2842445373535156,
"val_metrics": {
"accuracy": 0.7110808973487424,
"macro_f1": 0.7092414861833025,
"per_class": {
"fake": {
"precision": 0.7510105092966856,
"recall": 0.6315431679129844
},
"real": {
"precision": 0.6821114369501466,
"recall": 0.7906186267845003
}
},
"n_val": 2942
},
"trained_at_utc": "2026-06-11T06:17:07.221514+00:00",
"dataset_manifest_sha256": "78e65f31742ad79f20a6b5e337644a65af6cd4cfb4f82ccc996515650a85f970",
"seed": 42
}