Summary
阿里云百炼模型精调训练入口:用户要精调、微调、训练自己的模型(fine-tune,支持 SFT / SFT-LoRA / DPO / DPO-LoRA / CPT, 覆盖文本、语音、图像)、校验或上传训练数据集、看训练进度和日志、挑 checkpoint、导出精调产物、 把专属模型部署成服务时使用 `bl…
modelstudioai/cli
>- 阿里云百炼模型精调训练? 覆盖文本、语音、图像)、校验或上传训练数据集、看训练进度和日志、挑 checkpoint、导出精调产物、 把专属模型部署成服务时使用 `bl dataset` / `bl finetune` / `bl deploy`。链路是 validate 校验数据 → upload 拿 file-id → finetune create 建任务 → watch 看进度 → export 导出 → deploy 上线,需要 API key; 写操作? bailian-model-recommend;用现成模型生图生视频走 bailian-gen;百炼? 官方安?
npx skills add modelstudioai/cli --skill bailian-finetune
阿里云百炼模型精调训练入口:用户要精调、微调、训练自己的模型(fine-tune,支持 SFT / SFT-LoRA / DPO / DPO-LoRA / CPT, 覆盖文本、语音、图像)、校验或上传训练数据集、看训练进度和日志、挑 checkpoint、导出精调产物、 把专属模型部署成服务时使用 `bl…
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Stage 4 of the Clinical ASR Flywheel. Use when priority KER is above 0.3 to run stock NeMo SFT …
1.8K installsUsed for finetuning NV-Generate-CTMR MR-Brain v1 for T1, T2, FLAIR, SWI, or MRA data from a NIf…
1.7K installsRuns standard or fixed-channel softmax finetuning of NV-Segment-CT VISTA3D on CT NIfTI image/la…
1.7K installsUsed for finetuning the NV-Generate-CTMR MAISI VAE from CT/MRI NIfTI datalists. Not for clinica…
1.7K installsFine-tune any HuggingFace CV / VLM / LLM model on local NVIDIA GPUs inside an NGC PyTorch conta…
1.6K installsCosmos3-Nano video QA supervised fine-tuning with FSDP parallelism across variable-width GPU co…
1.6K installsOther skills from modelstudioai/cli.
npx skills add modelstudioai/cli
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
5,246 B
SUMMARY.md
886 B
bl dataset / bl finetune / bl deploy)CRITICAL — Before executing, MUST read the shared protocol in [../bailian-protocol/SKILL.md](../bailian-protocol/SKILL.md): Version & updates (pre-flight checklist), Setup & auth, and CLI errors: report an issue. Command details are authoritative in [reference/](reference/index.md) (dataset / finetune / deploy) and bl <command> --help — do not guess flags. The whole pipeline requires an API key. If that protocol file is missing, stop and run bl skill init; do not guess auth/consent.
1. Validate data bl dataset validate --file train.jsonl [--schema chatml|dpo|cpt|tts|image]
2. Upload data bl dataset upload --file train.jsonl # returns a file-id
3. Create job bl finetune text|audio|image create --base-model <base> --datasets <file-id|path>
4. Watch progress bl finetune watch --job-id ft-xxx # or get / logs
5. Pick artifact bl finetune checkpoints --job-id ft-xxx
6. Export model bl finetune export --job-id ft-xxx --checkpoint ckpt-N --model-name my-model
7. Deploy service bl deploy text|audio|image create --model-name my-model --display-name my-svc
bl finetune capability --base-model <base> or --training-type sft|sft-lora|dpo|cpt.--training-type values: sft / sft-lora / dpo / dpo-lora / cpt. Audio bases include cosyvoice-v3-flash; image bases include wan2.7-image-pro.--plan mu; text/image default to lora.risk: high or requires_confirmation, follow bailian-protocol; never add --yes automatically.| Intent | Command | ||
|---|---|---|---|
| Validate / upload training data | bl dataset validate / upload (.jsonl or .zip) |
||
| Dataset list / detail / delete | bl dataset list / get / delete |
||
| Create a fine-tuning job | `bl finetune text\ | audio\ | image create` |
| Job list / detail / follow | bl finetune list / get / watch / logs |
||
| Artifacts and export | bl finetune checkpoints / export |
||
| Cancel / delete a job | bl finetune cancel / delete |
||
| Trainable capability lookup | bl finetune capability |
||
| Deploy / lifecycle | `bl deploy text\ | audio\ | image create, list / get / update / scale / delete / models` |
Flags, usage, and examples: see [reference/](reference/index.md) or bl <command> --help — do not guess flags.
bl dataset validate --file train.jsonl
bl dataset upload --file train.jsonl
bl finetune text create --base-model qwen3-8b --training-type sft-lora --datasets file-xxx
bl finetune watch --job-id ft-xxx
bl finetune export --job-id ft-xxx --checkpoint ckpt-3 --model-name my-qwen-sft
bl deploy text create --model-name my-qwen-sft --display-name my-svc
软 hand-off(按 skill 名;已安装则 Read,否则 --help / 提示 bl skill init):
bailian-gen (media) or bl text chat (fallback: bl image\|video\|text --help).bailian-model-recommend / bl advisor recommend.bailian-cli (fallback: bl quota / bl usage --help).bl skill init)