aimlresearch2023/distilabel_11
收藏数据集卡片 distilabel_11
数据集概述
该数据集包含一个 pipeline.yaml 文件,可以使用 distilabel CLI 在 distilabel 中重现生成该数据集的管道:
console distilabel pipeline run --config "https://huggingface.co/datasets/aimlresearch2023/distilabel_11/raw/main/pipeline.yaml"
或者探索配置:
console distilabel pipeline info --config "https://huggingface.co/datasets/aimlresearch2023/distilabel_11/raw/main/pipeline.yaml"
数据集结构
示例按照以下结构进行配置:
<details><summary> 配置: default </summary><hr>
json { "generation_models": [ "microsoft/Phi-3-mini-128k-instruct", "meta-llama/Meta-Llama-3-8B-Instruct" ], "generations": [ null, "Homemade All-Purpose Cleaner Recipe
Ingredients:
- 1 cup water
- 1/2 cup white vinegar
- 2 tablespoons castile soap (such as Dr. Bronneru0027s)
- 10 drops lemon essential oil (optional)
- 10 drops tea tree essential oil (optional)
Instructions:
- Mix the Water and Vinegar: In a large bowl, combine 1 cup of water and 1/2 cup of white vinegar. Stir until the vinegar is fully dissolved.
[Visual: A clear glass bowl with water and vinegar mixed together]
- Add the Castile Soap: Add 2 tablespoons of castile soap to the water-vinegar mixture. Stir until the soap is fully dissolved and the mixture is smooth.
[Visual: A whisk or spoon stirring the mixture]
- Add Essential Oils (Optional): If desired, add 10 drops of lemon essential oil and/or 10 drops of tea tree essential oil to the mixture. Stir well to combine.
[Visual: A dropper bottle with essential oil drops being added to the mixture]
- Transfer the Mixture: Pour the cleaner mixture into a clean, empty spray bottle.
[Visual: A spray bottle with the cleaner mixture being poured in]
Tips for Storing the Cleaner:
- Store the cleaner in a cool, dry place, such as a cupboard or shelf.
- Keep the spray bottle tightly closed to prevent spills and contamination.
- Label the bottle with the date made and the ingredients used.
- Use within 6 months for optimal effectiveness.
Additional Variations and Scents:
- Lemon and Tea Tree Scents: Add 10 drops of lemon essential oil and 10 drops of tea tree essential oil for a refreshing and deodorizing scent.
- Eucalyptus and Mint Scents: Add 10 drops of eucalyptus essential oil and 10 drops of peppermint essential oil for a cool and invigorating scent.
- Grapefruit and Bergamot Scents: Add 10 drops of grapefruit essential oil and 10 drops of bergamot essential oil for a citrusy and uplifting scent.
- Thicker Consistency: Add an additional 1-2 tablespoons of castile soap for a thicker, more gel-like consistency.
- Thinner Consistency: Add an additional 1-2 tablespoons of water for a thinner, more liquid consistency.
Using the Cleaner:
- Spray the cleaner onto surfaces, such as countertops, sinks, and mirrors.
- Wipe clean with a lint-free cloth or paper towel.
- Avoid using the cleaner on unsealed natural stone, marble, or granite surfaces, as it may etch or dull the surface.
Benefits of this Homemade Cleaner:
- Non-toxic and Environmentally Friendly: Made with natural ingredients, this cleaner is free from harsh chemicals and toxins, making it safe for use around pets and children.
- Cost-Effective: This recipe makes a large batch of cleaner, which can be used for months to come, saving you money on commercial cleaning products.
- Customizable: Add your favorite essential oils to create unique scents and fragrances.
- Effective: This cleaner is effective at cleaning and disinfecting surfaces, leaving them streak-free and residue-free.
By following these simple steps and tips, you can create a safe and effective homemade all-purpose cleaner using common household ingredients. Happy cleaning!" ], "instruction": "Provide step-by-step instructions on how to make a safe and effective homemade all-purpose cleaner from common household ingredients. The guide should include measurements, tips for storing the cleaner, and additional variations or scents that can be added. Additionally, the guide should be written in clear and concise language, with helpful visuals or photographs to aid in the process.", "ratings": [ null, null ], "rationales": [ null, null ] }
该子集可以加载为:
python from datasets import load_dataset
ds = load_dataset("aimlresearch2023/distilabel_11", "default")
或者简单地加载为:
python from datasets import load_dataset
ds = load_dataset("aimlresearch2023/distilabel_11")
</details>



