my-distiset-055dda2d
收藏Dataset Card for my-distiset-055dda2d
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:
console distilabel pipeline run --config "https://huggingface.co/datasets/sdiazlor/my-distiset-055dda2d/raw/main/pipeline.yaml"
or explore the configuration:
console distilabel pipeline info --config "https://huggingface.co/datasets/sdiazlor/my-distiset-055dda2d/raw/main/pipeline.yaml"
Dataset Structure
Features
- context: string
- question: string
- response: string
- model_name: string
Splits
- train:
- num_bytes: 2619
- num_examples: 10
Configurations
- default:
- data_files:
- split: train path: data/train-*
- data_files:
Example
json { "context": "12", "model_name": "meta-llama/Meta-Llama-3.1-8B-Instruct", "question": "What is 12?", "response": "The document states "12" without providing any further information. Based on this, it is likely that the number 12 is being referred to as a quantity or a value.
A clear and concise answer to the question would be:
The number 12." }
Loading the Dataset
python from datasets import load_dataset
ds = load_dataset("sdiazlor/my-distiset-055dda2d", "default")
Or simply:
python from datasets import load_dataset
ds = load_dataset("sdiazlor/my-distiset-055dda2d")




