What problem does it solve?
Before launching a SageMaker fine-tuning job, you need certainty that your training or evaluation dataset matches the exact schema required by your chosen model family (Nova, GPT-OSS, open weights) and technique (SFT, DPO, RLVR). This Skill detects the file format, checks schema compliance, and reports whether the data is ready for training or evaluation.
Core Features & Use Cases
- Automatic Format Detection: Samples the first 1MB of a local or S3 JSONL file and classifies it across 11 supported formats including Nova SFT/DPO/RLVR, GPT-OSS, Open Weights, Verl, and SageMaker Eval.
- Schema Validation: Checks required fields, message structures, and role/content types per record, reporting line-numbered errors with confidence levels.
- Strategy-Aware Guidance: Compares the detected format against the selected fine-tuning strategy and model, warns about mismatches, and recommends dataset transformation when needed.
- Use Case: You have a JSONL file in S3 and want to fine-tune a Nova model with DPO. Run this Skill to confirm the dataset uses the candidates/preferenceLabel structure before starting the training job.
Quick Start
Ask the assistant to check whether your dataset file at a given local path or S3 URI is valid for your planned SageMaker fine-tuning job.