Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Deploy, evaluate, and manage AI agents end-to-end on Microsoft Azure AI Foundry
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
finetuning/scripts/validate/__init__.py
1# Validation scripts for SFT, DPO, and RFT JSONL files.2# Usage:3# python -m scripts.validate.validate_sft <path-to-jsonl>4# python -m scripts.validate.validate_dpo <path-to-jsonl>5# python -m scripts.validate.validate_rft <path-to-jsonl>6# python -m scripts.validate.data_stats <path-to-jsonl>7