plaguss/pipe_nothing_test
收藏Hugging Face2024-07-04 更新2024-06-29 收录
下载链接:
https://hf-mirror.com/datasets/plaguss/pipe_nothing_test
下载链接
链接失效反馈官方服务:
资源简介:
该数据集包含一个pipeline.yaml文件,可用于通过distilabel CLI复现生成数据集的流程。数据集的结构包括两个字段:instruction(指令)和response(响应)。数据集只有一个配置(default),可以通过Hugging Face的datasets库加载。
This dataset contains a `pipeline.yaml` which can be used to reproduce the pipeline that generated it in distilabel using the `distilabel` CLI. The dataset structure includes two fields: `instruction` and `response`. There is only one configuration (`default`), and it can be loaded using the Hugging Face `datasets` library.
提供机构:
plaguss
原始信息汇总
Dataset Card for pipe_nothing_test
Dataset Summary
- Size Categories: n<1K
- Features:
instruction: stringresponse: string
- Splits:
train:num_bytes: 64num_examples: 2
- Download Size: 1320
- Dataset Size: 64
- Configs:
default:data_files:split: trainpath: data/train-*
- Tags:
- synthetic
- distilabel
- rlaif
Dataset Structure
- Configuration: default
-
Example: json { "instruction": "Tell me a joke.", "response": "unit test" }
-
Loading: python from datasets import load_dataset
ds = load_dataset("plaguss/pipe_nothing_test", "default")
or simply: python from datasets import load_dataset
ds = load_dataset("plaguss/pipe_nothing_test")
-



