CalorieK / config.json
Dralkh's picture
Fix calorie<->mass / protein<->carb label swap: retrain on corrected labels; honest metrics (calorie MAE 86.2 kcal); remove invalid comparison charts
fab9fa8 verified
Raw
History Blame Contribute Delete
548 Bytes
{
"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)"
}