Datasets:
text
stringclasses 10
values | label
class label 3
classes |
---|---|
I want to optimize the energy consumption of my pumps in the Grundfos iSOLUTIONS Suite. Can you guide me through the process? | 0energy
|
I'm trying to identify the assets associated with my factory's water treatment system. Can you show me how to create a new asset in the Grundfos iSOLUTIONS Suite? | 1assests
|
To manage and keep track of all the installed pumps, I need to create a new asset in the Grundfos iSOLUTIONS Suite. Can you please guide me on how to add a new asset? | 1assests
|
I want to monitor the energy consumption of our industrial pumps and use the data for future planning and optimization. Can you guide me through the process of creating a pump energy audit in the Grundfos iSOLUTIONS Suite? | 0energy
|
Can you walk me through the process of analyzing energy consumption patterns with the Grundfos iSOLUTIONS Suite? | 0energy
|
I want to optimize my pump performance and reduce energy consumption. Can I use the Grundfos iSOLUTIONS Suite to do an energy audit? | 0energy
|
I'm trying to optimize the performance of my Grundfos pumps and I'm not sure where to start. Can someone help me understand how to utilize the energy audit feature in the iSOLUTIONS Suite? | 0energy
|
Can I find a tutorial on how to calculate the energy consumption of a Grundfos pump in the iSOLUTIONS Suite? | 0energy
|
I need help with setting up a new user account in the Grundfos iSOLUTIONS Suite. Can you guide me through the process? | 2account
|
I would like to know how to use the asset management feature in the Grundfos iSOLUTIONS Suite to track the performance of my pumps. | 1assests
|
Dataset Card for my-distiset-3bf1631c
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/peterzongCN/my-distiset-3bf1631c/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/peterzongCN/my-distiset-3bf1631c/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 0,
"text": "I want to optimize the energy consumption of my pumps in the Grundfos iSOLUTIONS Suite. Can you guide me through the process?"
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("peterzongCN/my-distiset-3bf1631c", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("peterzongCN/my-distiset-3bf1631c")
- Downloads last month
- 45