The dataset viewer is not available for this dataset.
Error code: ConfigNamesError Exception: ValueError Message: Each config must include `config_name` field with a string name of a config, but got nsds. Traceback: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 79, in compute_config_names_response config_names = get_dataset_config_names( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 347, in get_dataset_config_names dataset_module = dataset_module_factory( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1910, in dataset_module_factory raise e1 from None File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1885, in dataset_module_factory return HubDatasetModuleFactoryWithoutScript( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1236, in get_module metadata_configs = MetadataConfigs.from_dataset_card_data(dataset_card_data) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/metadata.py", line 227, in from_dataset_card_data raise ValueError( ValueError: Each config must include `config_name` field with a string name of a config, but got nsds.
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Dataset Card for NSME-COM
Dataset Summary
In this digital age, the E-Commerce industry has increasingly become a vital component of business strategy and development. To streamline, enhance and take the customer experience to the highest level, NLP can help create surprisingly massive value in the E-Commerce industry.
One of the most popular NLP use-cases is a chatbot. With a chatbot you can automate your customer engagement saving yourself time and other resources. Offering an enhanced and simplified customer experience you can increase your sales and also offer your website visitors personalized recommendations. The NSME-COM dataset (NeuralSpace Massive E-Comm) is a manually curated dataset by data engineers at NeuralSpace for the insurance and retail domain. The dataset contains intents (the action users want to execute) and examples (anything that a user sends to the chatbot) that can be used to build a chatbot. The files in this dataset are available in JSON format.
Supported Tasks
nsme-com
Languages
The language data in NSME-COM is in English (BCP-47 en
)
Dataset Structure
Data Instances
- Size of downloaded dataset files: 10.86 KB
An example of 'test' looks as follows.
"text": "is it good to add roadside assistance?",
"intent": "Add",
"type": "Test"
}
An example of 'train' looks as follows.
"text": "how can I add my spouse as a nominee?",
"intent": "Add",
"type": "Train"
},
Data Fields
The data fields are the same among all splits.
nsme-com
text
: astring
feature.intent
: astring
feature.type
: a classification label, with possible values includingtrain
ortest
.
Data Splits
nsme-com
train | test | |
---|---|---|
nsme-com | 1725 | 406 |
Contributions
Ankur Saxena (ankursaxena@neuralspace.ai)
- Downloads last month
- 49