Views
No views yet
log_observation tool call (species, scientific name, observed traits). For use with
llama.cpp (llama-mtmd-cli / llama-server) and LEAP.| File | Quant | Size | Use |
|---|---|---|---|
LFM2.5-VL-1.6B-field-logbook-Q8_0.gguf | Q8_0 | ~1.2 GB | Recommended — near-lossless |
LFM2.5-VL-1.6B-field-logbook-Q4_K_M.gguf | Q4_K_M | ~0.7 GB | Smallest, but not recommended (see accuracy) |
mmproj-LFM2.5-VL-1.6B-field-logbook-Q8_0.gguf | Q8_0 | ~0.6 GB | Vision encoder (required, shared) |
| Model | format | species top-1 | trait-F1 |
|---|---|---|---|
| bf16 (reference, full-res) | ~100% | 79.4% | 0.924 |
| Q8_0 (single-tile ≤512px) | 100% | 77.9% | 0.913 |
| Q4_K_M (single-tile ≤512px) | 81.8% | 56.7% | 0.648 |
1llama-mtmd-cli \
2 -m LFM2.5-VL-1.6B-field-logbook-Q8_0.gguf \
3 --mmproj mmproj-LFM2.5-VL-1.6B-field-logbook-Q8_0.gguf \
4 --image bird_512.jpg --jinja --temp 0 -ngl 99 \
5 -sys "<field-naturalist system prompt with the 200 candidate species>" \
6 -p "Identify and log this observation."<|tool_call_start|>[{"name":"log_observation","arguments":{...}}]<|tool_call_end|>.
System prompt = the base field-naturalist instruction plus the 200 candidate species names (anchored
closed-set), identical to training.mmproj- companion. Apply the same ≤512 px resize.