my-distiset-1e19c746
收藏数据集卡片:my-distiset-1e19c746
数据集概述
该数据集包含一个 pipeline.yaml 文件,可以使用 distilabel CLI 重现生成该数据集的管道:
console distilabel pipeline run --config "https://huggingface.co/datasets/IAOlivar/my-distiset-1e19c746/raw/main/pipeline.yaml"
或者探索配置:
console distilabel pipeline info --config "https://huggingface.co/datasets/IAOlivar/my-distiset-1e19c746/raw/main/pipeline.yaml"
数据集结构
每个配置的示例具有以下结构:
<details><summary> 配置:default </summary><hr>
json { "labels": [ 0, 2, 3, 4, 5, 6 ], "text": "The novel u0027The Red Tentu0027 is a beautifully written, historical-romance that delves into the lives of the biblical matriarch Dinah, offering a fresh perspective on the ancient world, a rich tapestry of female relationships, and a testament to the power of love and resilience in the face of adversity." }
该子集可以加载为:
python from datasets import load_dataset
ds = load_dataset("IAOlivar/my-distiset-1e19c746", "default")
或者简单地加载,因为只有一个配置且命名为 default:
python from datasets import load_dataset
ds = load_dataset("IAOlivar/my-distiset-1e19c746")
</details>




