Dataset Viewer
Auto-converted to Parquet
text
stringlengths
47
325
label
class label
2 classes
Directions for atmospheric measurement site monitoring require prior to setup ensuring surface stability and disturbance freedom. The premeasure temperature, relative humidity and atmospheric pressure adjustment needs to proceed and observed immediately after installation orienting equipment at the local groundheight level.
0environmental claim
Wash and dry thoroughly to ensure safe and effective use.
0environmental claim
Please use our eco-friendly packaging whenever possible to reduce carbon footprint.
0environmental claim
Continuous Improvement: We aim to reduce carbon emissions by at least 50% within the next 5 years, using renewable energy sources for 80% of our manufacturing processes.
0environmental claim
For optimal results, it's recommended that you shake the can before use, but do not do this if the seal has been broken.
1instructions for use
To achieve optimal product stability, store in a dry place away from direct sunlight and any heat sources. Do not store near flammable materials and maintain a temperature between 15°C and 25°C.
1instructions for use
For normal household uses, close the valve on the bottom to close the air waterbed pump.
0environmental claim
Our eco-friendly packaging uses up to 40% less non-biodegradable plastic than traditional methods without compromising product integrity, minimizing our carbon footprint and reducing waste by reusing recyclable materials.
0environmental claim
Boil the water for about 10-15 minutes if you prefer green tea, 20-30 minutes for black tea.
1instructions for use
This product is free of phosphates, avoiding bioaccumulation in marine life.
0environmental claim
Conserve water, support recycled water practices, and help make a greener planet with our sustainable products.
1instructions for use
Use continuously throughout the day, applying 2-3 coats at 6-hour intervals. Metal soaking time is required when using this product, which will weaken its adhesion.
0environmental claim
Care must be taken when using near fragrant drinking water, but GLCB warns users the packaging has been packaged in PVdF plastic.
0environmental claim
In order to operate this device, ensure that you are within 10 feet of a working power outlet and the room is free of moisture and vibrations. Maximum temperature is 30 degrees Celsius.
1instructions for use
SURITY automobiles whereas void, do not operate
0environmental claim
However, neatlab parsing leaves uncovered dpml wonder subprocess
1instructions for use

Built with Distilabel

Dataset Card for my-distiset-05e5aa0a

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/turymac/my-distiset-05e5aa0a/raw/main/pipeline.yaml"

or explore the configuration:

distilabel pipeline info --config "https://huggingface.co/datasets/turymac/my-distiset-05e5aa0a/raw/main/pipeline.yaml"

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "label": 0,
    "text": "Directions for atmospheric measurement site monitoring require prior to setup ensuring surface stability and disturbance freedom. The premeasure temperature, relative humidity and atmospheric pressure adjustment needs to proceed and observed immediately after installation orienting equipment at the local groundheight level."
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("turymac/my-distiset-05e5aa0a", "default")

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

from datasets import load_dataset

ds = load_dataset("turymac/my-distiset-05e5aa0a")
Downloads last month
40