Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
intent-classification
Languages:
English
Size:
< 1K
ArXiv:
License:
Commit
•
6f82687
1
Parent(s):
3728fd8
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -19,11 +19,34 @@ task_ids:
|
|
19 |
- intent-classification
|
20 |
paperswithcode_id: snips
|
21 |
pretty_name: SNIPS Natural Language Understanding benchmark
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
train-eval-index:
|
23 |
- config: default
|
24 |
task: text-classification
|
25 |
task_id: multi_class_classification
|
26 |
-
splits: null
|
27 |
train_split: train
|
28 |
col_mapping:
|
29 |
text: text
|
@@ -67,30 +90,6 @@ train-eval-index:
|
|
67 |
name: Recall weighted
|
68 |
args:
|
69 |
average: weighted
|
70 |
-
dataset_info:
|
71 |
-
features:
|
72 |
-
- name: text
|
73 |
-
dtype: string
|
74 |
-
- name: label
|
75 |
-
dtype:
|
76 |
-
class_label:
|
77 |
-
names:
|
78 |
-
0: ComparePlaces
|
79 |
-
1: RequestRide
|
80 |
-
2: GetWeather
|
81 |
-
3: SearchPlace
|
82 |
-
4: GetPlaceDetails
|
83 |
-
5: ShareCurrentLocation
|
84 |
-
6: GetTrafficInformation
|
85 |
-
7: BookRestaurant
|
86 |
-
8: GetDirections
|
87 |
-
9: ShareETA
|
88 |
-
splits:
|
89 |
-
- name: train
|
90 |
-
num_bytes: 19431
|
91 |
-
num_examples: 328
|
92 |
-
download_size: 9130264
|
93 |
-
dataset_size: 19431
|
94 |
---
|
95 |
|
96 |
# Dataset Card for Snips Built In Intents
|
|
|
19 |
- intent-classification
|
20 |
paperswithcode_id: snips
|
21 |
pretty_name: SNIPS Natural Language Understanding benchmark
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: text
|
25 |
+
dtype: string
|
26 |
+
- name: label
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
'0': ComparePlaces
|
31 |
+
'1': RequestRide
|
32 |
+
'2': GetWeather
|
33 |
+
'3': SearchPlace
|
34 |
+
'4': GetPlaceDetails
|
35 |
+
'5': ShareCurrentLocation
|
36 |
+
'6': GetTrafficInformation
|
37 |
+
'7': BookRestaurant
|
38 |
+
'8': GetDirections
|
39 |
+
'9': ShareETA
|
40 |
+
splits:
|
41 |
+
- name: train
|
42 |
+
num_bytes: 19431
|
43 |
+
num_examples: 328
|
44 |
+
download_size: 9130264
|
45 |
+
dataset_size: 19431
|
46 |
train-eval-index:
|
47 |
- config: default
|
48 |
task: text-classification
|
49 |
task_id: multi_class_classification
|
|
|
50 |
train_split: train
|
51 |
col_mapping:
|
52 |
text: text
|
|
|
90 |
name: Recall weighted
|
91 |
args:
|
92 |
average: weighted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
---
|
94 |
|
95 |
# Dataset Card for Snips Built In Intents
|