unsloth/studio/backend/utils/datasets
Roland Tannous 5db251b31c fix: include label mapping in Pass 3 system prompt generation
Pass 3 now sees the label mapping from Pass 2 (e.g. "0 = does not follow,
1 = follows, 2 = entailed") so the generated system prompt can explain
what each label value means. Also bumped to 2-4 sentences to give room
for the label descriptions.
2026-03-10 16:21:54 +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 fix: harden template mapping for complex column types and curly braces 2026-03-10 15:43:35 +00:00
format_conversion.py feat: add LLM-assisted dataset detection using ephemeral GGUF helper 2026-03-10 09:20:45 +00:00
format_detection.py fix: probe image column candidates when multiple exist 2026-03-10 01:38:33 +00:00
llm_assist.py fix: include label mapping in Pass 3 system prompt generation 2026-03-10 16:21:54 +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 debug: switch to print() for subprocess visibility 2026-03-10 12:49:01 +00:00