text
stringclasses 10
values | label
class label 3
classes |
---|---|
The telecom company will bill me for all the services used during the month, and I need to pay the outstanding amount by the 15th of the next month to avoid late fees. | 1postpaid
|
This telecom plan requires users to pay a fixed fee before using any services. The fee is credited to the user's account, and services are deducted from the balance. | 2prepaid
|
The company offers a no-contract plan with a flat monthly fee and a limited number of free minutes, texts, and data. | 2prepaid
|
Customers who opt for this plan are billed at the end of each month based on their usage, with no need to pay for a specific number of minutes or texts in advance. | 1postpaid
|
This plan includes 5GB of data, 200 minutes of talk time, and 100 texts for $50 per month, with a 2-year contract. | 1postpaid
|
The telecom company offers a flexible plan that allows customers to add or remove features as needed, with no contract or activation fees. Billing occurs at the end of each month. | 1postpaid
|
Customers can top-up their airtime and data bundles using a variety of payment methods, including mobile money and online banking. | 2prepaid
|
This plan requires customers to pay a fixed amount for a certain number of minutes or data usage before needing to recharge. | 2prepaid
|
This plan charges users a fixed rate per minute, regardless of the time of day or the user's location. Users can make as many calls as they want and pay for what they use. | 0pay-as-you-go
|
The telecom company offers a plan where customers pay a fixed monthly fee of $50 to access their mobile network, internet, and other services. | 1postpaid
|
Dataset Card for my-distiset-55a6b53b
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/evkikum/my-distiset-55a6b53b/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/evkikum/my-distiset-55a6b53b/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 1,
"text": "The telecom company will bill me for all the services used during the month, and I need to pay the outstanding amount by the 15th of the next month to avoid late fees."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("evkikum/my-distiset-55a6b53b", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("evkikum/my-distiset-55a6b53b")
- Downloads last month
- 69