distilabel-internal-testing/test-distiset-2-configs
收藏Hugging Face2024-03-26 更新2024-06-11 收录
下载链接:
https://hf-mirror.com/datasets/distilabel-internal-testing/test-distiset-2-configs
下载链接
链接失效反馈官方服务:
资源简介:
该数据集是通过Distilabel工具创建的,包含一个`pipeline.yaml`文件,可用于在distilabel中使用`distilabel` CLI重现生成它的管道。数据集包含两个配置(generate_response_1和generate_response_2),每个配置的数据结构相同,包含completion和instruction字段。
该数据集是通过Distilabel工具创建的,包含一个`pipeline.yaml`文件,可用于在distilabel中使用`distilabel` CLI重现生成它的管道。数据集包含两个配置(generate_response_1和generate_response_2),每个配置的数据结构相同,包含completion和instruction字段。
提供机构:
distilabel-internal-testing
原始信息汇总
数据集概述
数据集名称
test-distiset-2-configs
数据集创建工具
Distilabel
数据集内容
该数据集包含一个pipeline.yaml文件,用于在distilabel中通过distilabel CLI重现生成该数据集的流程。
数据集结构
数据集根据不同配置分为两个子集:
配置一:generate_response_1
-
数据结构: json { "completion": "Response here.", "instruction": "What if the Beatles had never formed as a band?" }
-
加载方式: python from datasets import load_dataset ds = load_dataset("distilabel-internal-testing/test-distiset-2-configs", "generate_response_1")
配置二:generate_response_2
-
数据结构: json { "completion": "Response here.", "instruction": "What if the Beatles had never formed as a band?" }
-
加载方式: python from datasets import load_dataset ds = load_dataset("distilabel-internal-testing/test-distiset-2-configs", "generate_response_2")
数据集标签
- synthetic
- distilabel
- rlaif



