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
NSME-COM, the NeuralSpace Massive E-commerce Dataset is a collection of resources for training, evaluating, and analyzing natural language understanding systems.
Supported Tasks and Leaderboards
The leaderboard for the GLUE benchmark can be found at this address. It comprises the following tasks:
nsds
A manually-curated domain specific dataset by Data Engineers at NeuralSpace for rare E-commerce domains such as Insurance and Retail for NL researchers and practitioners to evaluate state of the art models here in 100+ languages. The dataset files are available in JSON format.
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.
nsds
text
: astring
feature.intent
: astring
feature.type
: a classification label, with possible values includingtrain
ortest
.
Data Splits
nsds
train | test | |
---|---|---|
nsds | 1725 | 406 |
Contributions
Ankur Saxena ([email protected])
- Downloads last month
- 43