Dataset Viewer
Auto-converted to Parquet
context
null
question
stringclasses
6 values
response
null
null
What is none?
null
null
What is none?
null
null
What exists that does not have a presence or characteristics?
null
null
What should I know about nothing?
null
null
What is nothing?
null
null
What is nothing?
null
null
What is nothing?
null
null
Is there anything?
null
null
What is nothing?
null
null
What is the meaning of "None"?
null

Built with Distilabel

Dataset Card for my-distiset-e9c973b4

This dataset has been created with distilabel.

Dataset Summary

This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI:

distilabel pipeline run --config "https://huggingface.co/datasets/li0612/my-distiset-e9c973b4/raw/main/pipeline.yaml"

or explore the configuration:

distilabel pipeline info --config "https://huggingface.co/datasets/li0612/my-distiset-e9c973b4/raw/main/pipeline.yaml"

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "context": null,
    "question": "What is none?",
    "response": null
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("li0612/my-distiset-e9c973b4", "default")

Or simply as it follows, since there's only one configuration and is named default:

from datasets import load_dataset

ds = load_dataset("li0612/my-distiset-e9c973b4")
Downloads last month
24