neuralspace commited on
Commit
e8b4a7c
1 Parent(s): e4da8cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -61,7 +61,7 @@ configs:
61
 
62
  - [Dataset Description](#dataset-description)
63
  - [Dataset Summary](#dataset-summary)
64
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
65
  - [Languages](#languages)
66
  - [Dataset Structure](#dataset-structure)
67
  - [Data Instances](#data-instances)
@@ -92,14 +92,15 @@ configs:
92
 
93
  ### Dataset Summary
94
 
95
- NSME-COM, the NeuralSpace Massive E-commerce Dataset is a collection of resources for training, evaluating, and analyzing natural language understanding systems.
96
 
97
- ### Supported Tasks and Leaderboards
98
 
 
 
 
 
99
 
100
- #### nsds
101
 
102
- A manually-curated domain specific dataset by Data Engineers at [NeuralSpace](https://www.neuralspace.ai/) for rare E-commerce domains such as Insurance and Retail for NL researchers and practitioners to evaluate state of the art models [here](https://www.neuralspace.ai/) in 100+ languages. The dataset files are available in JSON format.
103
 
104
  ### Languages
105
 
@@ -133,7 +134,7 @@ An example of 'train' looks as follows.
133
 
134
  The data fields are the same among all splits.
135
 
136
- #### nsds
137
 
138
  - `text`: a `string` feature.
139
  - `intent`: a `string` feature.
@@ -144,7 +145,7 @@ The data fields are the same among all splits.
144
  #### nsds
145
  | |train|test|
146
  |----|----:|---:|
147
- |nsds| 1725| 406|
148
 
149
  ### Contributions
150
  Ankur Saxena (ankursaxena@neuralspace.ai)
 
61
 
62
  - [Dataset Description](#dataset-description)
63
  - [Dataset Summary](#dataset-summary)
64
+ - [Supported Tasks](#supported-tasks)
65
  - [Languages](#languages)
66
  - [Dataset Structure](#dataset-structure)
67
  - [Data Instances](#data-instances)
 
92
 
93
  ### Dataset Summary
94
 
95
+ The NSME-COM dataset (NeuralSpace Massive E-Comm) is a manually curated dataset by data engineers at [NeuralSpace](https://www.neuralspace.ai/) for the insurance and retail domain. The dataset files are available in JSON format.
96
 
 
97
 
98
+ ### Supported Tasks
99
+
100
+
101
+ #### nsme-com
102
 
 
103
 
 
104
 
105
  ### Languages
106
 
 
134
 
135
  The data fields are the same among all splits.
136
 
137
+ #### nsme-com
138
 
139
  - `text`: a `string` feature.
140
  - `intent`: a `string` feature.
 
145
  #### nsds
146
  | |train|test|
147
  |----|----:|---:|
148
+ |nsme-com| 1725| 406|
149
 
150
  ### Contributions
151
  Ankur Saxena (ankursaxena@neuralspace.ai)