File size: 548 Bytes
77f7e2c fab9fa8 50244a9 77f7e2c fab9fa8 77f7e2c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"model_type": "caloriek",
"architecture": "siglip2-base-patch16-224 vision tower + 5-task nutrition regression head",
"base_model": "google/siglip2-base-patch16-224",
"image_size": 224,
"hidden_size": 768,
"tasks": [
"calories_kcal",
"mass_g",
"protein_g",
"carbohydrate_g",
"fat_g"
],
"checkpoint_file": "caloriek.pt",
"calibration_file": "calibration.json",
"interval_90_radius_kcal": 118.95,
"note": "labels canonicalized from official Nutrition5k CSV 2026-07-13; retrained (see README correction)"
}
|