AMIREBADY/my-distiset-8cdf8ea5
Dataset Card for my-distiset-8cdf8ea5 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/AMIREBADY/my-distiset-8cdf8ea5/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/AMIREBADY/my-distiset-8cdf8ea5.
<p align="left"> <a href="https://github.com/argilla-io/distilabel"> <img src="https://raw.githubusercontent.com/argilla-io/distilabel/main/docs/assets/distilabel-badge-light.png" alt="Built with Distilabel" width="200" height="32"/> </a> </p>
Dataset Card for my-distiset-8cdf8ea5
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/AMIREBADY/my-distiset-8cdf8ea5/raw/main/pipeline.yaml"or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/AMIREBADY/my-distiset-8cdf8ea5/raw/main/pipeline.yaml"Dataset structure
The examples have the following structure per configuration:
<details><summary> Configuration: default </summary><hr>
{
"completion": null,
"prompt": "\u0686\u0631\u0627 \u0646\u0631\u062e\u0646\u0627\u0645\u0647 \u0627\u062a\u062d\u0627\u062f\u06cc\u0647 \u0635\u0646\u0641 \u0641\u0646 \u0622\u0648\u0631\u0627\u0646 \u0627\u0644\u06a9\u062a\u0631\u0648\u0646\u06cc\u06a9 \u0648 \u06a9\u0627\u0645\u067e\u06cc\u0648\u062a\u0631 \u0634\u0647\u0631\u0633\u062a\u0627\u0646 \u0631\u0634\u062a \u0633\u0627\u0644 1403 \u062f\u0631 \u0645\u0648\u0631\u062f \u062f\u0633\u062a\u06af\u0627\u0647 \u0647\u0627\u06cc \u0635\u0648\u062a\u06cc \u0648 \u062a\u0635\u0648\u06cc\u0631\u06cc \u0686\u06cc\u0633\u062a\u061f"
}This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("AMIREBADY/my-distiset-8cdf8ea5", "default")Or simply as it follows, since there's only one configuration and is named default:
from datasets import load_dataset
ds = load_dataset("AMIREBADY/my-distiset-8cdf8ea5")</details>
