unsloth/studio/backend/utils/datasets
Roland Tannous 81adc47b6e fix: prefer URL image columns over bare filenames, add value-based fallback
find_image_column now scores candidates by resolvability (PIL > dict > URL > path)
and has a Pass 2 value-based fallback for columns not matching image keywords.
Fixes phiyodr/coco2017 picking file_name (unresolvable) over coco_url (resolvable).
2026-03-10 01:36:19 +00:00
..
__init__.py feat: add ShareGPT+image VLM format support and improve image column detection 2026-03-10 01:27:36 +00:00
chat_templates.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
data_collators.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
dataset_utils.py feat: add ShareGPT+image VLM format support and improve image column detection 2026-03-10 01:27:36 +00:00
format_conversion.py fix: detect list-of-strings text columns and pick random element for VLM conversion 2026-03-10 01:32:19 +00:00
format_detection.py fix: prefer URL image columns over bare filenames, add value-based fallback 2026-03-10 01:36:19 +00:00
model_mappings.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
vlm_processing.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00