open-instruct-cli-gym
收藏资源简介:
该数据集是CLI Gym数据集的Open Instruct格式化版本,专为适配open-instruct分支而设计。数据集包含1552个训练样本,每个样本包含以下字段:一个消息列表(messages),其中每条消息包含内容(content)和角色(role);一个真实答案(ground_truth);数据集来源标识(dataset);环境配置信息(env_config),包括环境名称(env_name)、镜像(image)和任务ID(task_id);以及数据源标识(source)。该数据集格式适用于指令微调任务。建议用户参考原始CLI Gym数据集以获取更详细的内容和背景信息。
This dataset is an Open Instruct formatted version of the CLI Gym dataset, specifically designed to adapt to the open-instruct branch. It contains 1552 training samples, with each sample including the following fields: a list of messages (messages), where each message contains content (content) and role (role); a ground truth answer (ground_truth); a dataset source identifier (dataset); environment configuration information (env_config), including environment name (env_name), image, and task ID (task_id); and a data source identifier (source). The dataset format is suitable for instruction fine-tuning tasks. Users are advised to refer to the original CLI Gym dataset for more detailed content and background information.
数据集概述:Open-Instruct CLI Gym
- 地址:https://huggingface.co/datasets/allenai/open-instruct-cli-gym
- 许可证:Apache-2.0
- 数据集大小:约 6.0 MB(下载大小约 1.4 MB)
- 数据划分:仅包含训练集,共 1,552 个样本
- 任务类型:命令行界面(CLI)交互数据的指令微调格式版本
数据特征
数据集包含以下字段:
- messages:对话消息列表,每条消息包含:
content(字符串):消息内容role(字符串):角色(如用户、助手)
- ground_truth(字符串):真实标签或正确答案
- dataset(字符串):数据集标识
- env_config(结构体):运行环境配置,包含:
env_name(字符串):环境名称image(字符串):环境镜像task_id(字符串):任务ID
- source(字符串):数据来源
数据来源说明
- 该数据集是 CLI-Gym 数据的 Open-Instruct 格式化版本,专为 Tmax 项目的 open-instruct 分支使用。
- 原始数据及更多信息请参阅:LiberCoders/CLI-Gym
- 关联资源:




