Summary
使用 ArkCLI 创建、查询和管理模型精调训练任务,并从训练指标选择最佳 step、导出训练产物为 custom model、衔接模型仓库与推理部署。任何包含精调任务 ID(`mcj-*`)的查询、查不到原因诊断、日志、trajectory、状态或生命周期操作都应使用本…
volcengine/ark-cli
使用 ArkCLI 创建、查询和管理模型精调训练任务,并从训练指标选择最佳 step、导出训练产物为 custom model、衔接模型仓库与推理部署。任何?
npx skills add volcengine/ark-cli --skill arkcli-train-finetune
使用 ArkCLI 创建、查询和管理模型精调训练任务,并从训练指标选择最佳 step、导出训练产物为 custom model、衔接模型仓库与推理部署。任何包含精调任务 ID(`mcj-*`)的查询、查不到原因诊断、日志、trajectory、状态或生命周期操作都应使用本…
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 volcengine/ark-cli · top by installs.
npx skills add volcengine/ark-cli
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
8,489 B
SUMMARY.md
487 B
先读取 [../arkcli-shared/SKILL.md](../arkcli-shared/SKILL.md),遵循认证、输出、安全和二次确认规则。
references/create.md](references/create.md)references/list.md](references/list.md)references/manage.md](references/manage.md)references/export-deploy.md](references/export-deploy.md)ds-/dsv- 引用和模型支持的 preset;需要创建或维护 Dataset 时转 [../arkcli-datasets/SKILL.md](../arkcli-datasets/SKILL.md)。--train-dataset(Multiplier=1);需要重复引用、倍率或采样数时改用可重复的 --train-path。每项最多设置 multiplier 或 samplecount 之一,均不设置时仍默认 Multiplier=1。preset 必须在 injectmultiplier 与 injectsamplecount 中二选一。只加载当前任务需要的 reference。不要为了熟悉全部命令一次性读取所有文件。
../arkcli-models/SKILL.md](../arkcli-models/SKILL.md)。../arkcli-infer-endpoint/SKILL.md](../arkcli-infer-endpoint/SKILL.md)。../arkcli-auth/SKILL.md](../arkcli-auth/SKILL.md) 或 [../arkcli-config/SKILL.md](../arkcli-config/SKILL.md)。mcj-* 并询问任务状态、查不到原因、日志或 trajectory 时,必须加载本 skill 并读取 [references/manage.md](references/manage.md)。arkcli train finetune get <mcj-id>,再按该权威 API 的原始结果解释。mcj-* 是不透明资源 ID。不得根据日期片段、后缀单词或臆测的哈希格式断言 ID 无效,也不得改写用户给出的 ID。train finetune list、扫描其他任务、切换 profile/project/region,或查询其他账号。目标 get 失败时保留错误 code、message 和 request ID;只有用户另行授权后才能扩大范围。arkcli train finetune logs <mcj-id> --output <path>。不得先 list 全部任务或用脚本遍历;目标命令失败时原样报告,不建议切环境。arkcli train finetune trajectory list <mcj-id> --full。不存在 arkcli train trajectory 路径;无轨迹或未开启记录时保留原错误,不探索 profile、MCP 或其他任务。logs --follow 仅在任务活跃且可能继续产生日志时持续轮询;任务已终态时输出当前快照后自动退出,轮询中发现终态且无新日志也会退出。不要再用外部 timeout 作为正常终止机制。pause 与 resume 是明确的可逆关系:pause 将运行任务置为 Paused,resume 用于恢复 Paused;后端允许时也可用 resume 重试 Failed / Terminated,以当前 API 结果为准。以下信息会变化,不在 skill 中硬编码:
关键命令执行前或执行报错,使用当前安装版本的 --help 和 ArkCLI 查询命令获取实时结果。若 CLI 输出与本文命令骨架不一致,以当前 CLI 为准。
数据格式以火山方舟模型精调数据集格式说明为主要依据,并使用模型感知的服务端校验确认。不在 reference 中维护容易过期格式说明及样例。
--type)时,默认按 SFT 处理。精调 SDK 是 fallback,不是默认入口。
仅当 ArkCLI 无法完成,而精调 SDK 能完成时进入 fallback,例如:
需要 fallback 时,先检查当前 ArkCLI 的 train finetune、models finetune-config 和相关 --help 是否能够完整表达用户配置。若 ArkCLI 已提供对应参数或 pipeline 配置并能完整完成任务,继续走标准创建流程。
命中 fallback 时暂停执行,询问用户:
当前任务需要精调 SDK,ArkCLI 标准创建流程无法表达该配置。是否现在自动安装精调 SDK 并继续?
只有用户明确确认后,才读取并执行 [references/ark-finetune-sdk.md](references/ark-finetune-sdk.md);由该 reference 负责安装 SDK、准备配置或代码并提交任务。用户拒绝时不要安装、不要提交。
arkcli train finetune pricing --model <model> --type <type>。不要改走通用 arkcli pricing models:通用账单目录不会按目标模型交叉校验训练方法能力。models finetune-config <model> <version> --type <type>。该命令会先按同版本 FinetuneTypes 校验能力;不支持时停止,不继续询价、estimate 或创建任务。train finetune list --page-number 必须 >=1,--page-size 必须在 1-100;第 2 页及以后超出当前过滤条件对应的 total_count 时是参数错误,不要把空页当成有效结果。train finetune metrics --from-step 和 --to-step 时,to-step 必须严格大于 from-step;非法区间应在查询指标名称或曲线前停止。train finetune pricing --billing-method token 按 Token 计费项查询;instance 必须提供精确的 --model-version 和 --type,并保持超参与后续创建一致。实例结果只有 pricecomplete=true 才能作为完整小时价范围;否则必须报告 missingflavor_ids。arkcli auth status,认证失败时按 shared skill 恢复。<https://www.volcengine.com/docs/82379/1099350>
维护者评测见 [references/evals.md](references/evals.md)。