让 Agent 安装 Skill
Install the EvalScope project skill from https://github.com/modelscope/evalscope/tree/main/skills/evalscope. Read it after installation, then tell me what you need from me before using EvalScope.
开始使用
安装 EvalScope 项目 Skill 后,直接描述你希望完成的任务。Agent 会在运行前确认所需的模型、端点和其他上下文。
Install the EvalScope project skill from https://github.com/modelscope/evalscope/tree/main/skills/evalscope. Read it after installation, then tell me what you need from me before using EvalScope.
选择你的任务
同一原则 · 更多可能
评测模型能力
与 Agent 确认模型和评测上下文,再查看已保存的结果。
Use the EvalScope project skill to evaluate qwen-plus on five GSM8K samples. Ask me for the model or endpoint configuration you need before running it, then report the results and where the outputs were saved.
命令行
安装服务工具,运行五条 API 样本,然后在本地打开已保存的产物。
安装服务工具提供 CLI 与本地 Dashboard。
运行五条样本通过环境变量中的 API key 调用远端模型。
检查产物从 ./outputs 打开报告、预测与配置。
pip install 'evalscope[service]'
export DASHSCOPE_API_KEY='…'
evalscope eval \
--model qwen-plus \
--api-key "$DASHSCOPE_API_KEY" \
--datasets gsm8k \
--limit 5
evalscope service --outputs ./outputs继续使用 API 路径;把 URL、模型名和环境变量替换为服务商提供的值。
本页没有任何步骤需要 GPU。使用远端兼容 API,避免本地 checkpoint 模型类型。
EvalScope 会输出结果目录。请保留它;报告、预测、review 和配置都在该运行目录下。