aimlresearch2023/distilabel_7
收藏数据集卡片 for distilabel_7
数据集概述
该数据集包含一个 pipeline.yaml 文件,可以使用 distilabel CLI 重现生成该数据集的管道:
console distilabel pipeline run --config "https://huggingface.co/datasets/aimlresearch2023/distilabel_7/raw/main/pipeline.yaml"
或者探索配置:
console distilabel pipeline info --config "https://huggingface.co/datasets/aimlresearch2023/distilabel_7/raw/main/pipeline.yaml"
数据集结构
每个配置的示例具有以下结构:
<details><summary> 配置: default </summary><hr>
json { "generation_models": [ "meta-llama/Meta-Llama-3-70B-Instruct", "meta-llama/Meta-Llama-3-8B-Instruct" ], "generations": [ null, "Make Your Own All-Purpose Cleaner From Scratch!
Are you tired of using harsh chemical-based cleaners that can harm your family and the environment? Look no further! This guide will show you how to create a safe and effective all-purpose cleaner using common household ingredients. With just a few simple steps, youu0027ll be able to tackle any cleaning task with confidence.
Ingredients:
- 1 cup water
- 1/2 cup white vinegar
- 2 tablespoons castile soap (like Dr. Bronneru0027s)
- 10 drops lemon essential oil (optional)
Instructions:
- Mix the Water and Vinegar: In a small bowl, combine 1 cup of water and 1/2 cup of white vinegar. Stir until the mixture is well combined.
[Visual: A bowl with water and vinegar]
- Add the Castile Soap: Add 2 tablespoons of castile soap to the water-vinegar mixture. Stir until the soap is fully dissolved.
[Visual: A spoon stirring the mixture]
- Add the Lemon Essential Oil (Optional): If you want to give your cleaner a fresh and citrusy scent, add 10 drops of lemon essential oil to the mixture. Stir well to combine.
[Visual: A bottle of lemon essential oil being added to the mixture]
Tips and Variations:
- For a more concentrated cleaner, reduce the amount of water and increase the amount of castile soap.
- For a stronger scent, add more essential oil or try different essential oils like tea tree, lavender, or peppermint.
- To make a foaming cleaner, add 1 tablespoon of dish soap to the mixture.
- To make a disinfectant cleaner, add 1 teaspoon of hydrogen peroxide to the mixture.
Storing the Cleaner:
- Pour the cleaner into a spray bottle and label it.
- Store the cleaner in a cool, dry place.
- Use within 6 months of making.
Using the Cleaner:
- Spray the cleaner onto surfaces and wipe clean with a cloth or paper towel.
- Use on countertops, sinks, mirrors, and windows.
Safety Precautions:
- Always test a small area before using the cleaner on a new surface.
- Avoid using the cleaner on delicate or sensitive surfaces.
- If you have sensitive skin, wear gloves when using the cleaner.
Benefits of Making Your Own Cleaner:
- Cost-effective: You can make a large batch of cleaner for a fraction of the cost of store-bought alternatives.
- Customizable: You can adjust the scent and strength of the cleaner to your liking.
- Gentle: This cleaner is free from harsh chemicals and is gentle on surfaces and the environment.
- Effective: This cleaner is just as effective as store-bought alternatives, but without the added chemicals.
Visuals:
[Image: A before-and-after shot of a dirty surface cleaned with the homemade all-purpose cleaner]
Conclusion:
Making your own all-purpose cleaner is a simple and effective way to keep your home clean and chemical-free. With just a few common household ingredients, you can create a cleaner thatu0027s gentle on surfaces and the environment. Try it out and see the difference for yourself!" ], "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_7", "default")
或者简单地加载,因为只有一个配置并且命名为 default:
python from datasets import load_dataset
ds = load_dataset("aimlresearch2023/distilabel_7")
</details>



