跳到正文
RCreddit.com·

Benchmarking calories evaluation with LLMs

AI 摘要

一位开发者对LLM进行基准测试,以评估其从膳食图片和描述中计算卡路里的能力。测试结果显示,模型大小与性能并非直接相关。Qwen 3.8 Max在20%误差范围内的表现为32%,平均偏差为-11 kcal,而Muse Spark 1.3则达到48%,平均偏差为-24 kcal。值得注意的是,Muse Glimmer 30b的表现优于Qwen 3.8 27b,这表明在消费级硬件(约32Gb VRAM)上,“最佳”模型取决于具体的任务。

时间与来源
发布
2026年9月7日 05:56
来源类型
开发者社区
档位
社区
信源状态
正常
档位是按信源手工设定的编辑判断,不是逐条打分。

时间以 UTC 显示

更多信息
首次发现2026年9月7日 13:00时区UTC · UTC+0
正文

I wanted a quick calories counter for myself, using LLMs to evaluate the calories from pictures of meals + descriptions.

I needed to pick a model so I made a quick benchmark.

The setup was:

- Nutrition5k photos for photo + calories: https://github.com/google-research-datasets/Nutrition5k

- A tool with access to calories information from USDA FoodData Central + MEXT

- I evaluated models based on how many of the meals they managed to have under 20% of error

- All on the same randomly picked 25 meals.

Models too big for my machine were run through OpenCode Go/OpenRouter. I've also included Spark 1.3 since it'll supposedly be open weights.

Results

Model % within 20% Mean bias Median Error Qwen 3.8 27b 16% +64 kcal 148 kcal GLM 5.3 Flash 28% +18 kcal 65 kcal Qwen 3.8 Max 32% -11 kcal 48 kcal Muse Glimmer 30b 32% +25 kcal 92 kcal Qwen 3.8 Flash 36% +2 kcal 91 kcal DeepSeek v4 Flash Vision 40% +52 kcal 65 kcal Muse Spark 1.3 48% -24 kcal 45kcal I know it's not the most scientific benchmark, but it's interesting to see that the order is not really linked to model size.

The most interesting for me is how Muse Glimmer 30b trounces Qwen 3.8 27b here. I think it highlights how "the best" model on consumer hardware (~32Gb VRAM) really depends on the task.

来源·reddit.com·RSS 全文