Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: intent
|
7 |
+
dtype: string
|
8 |
+
- name: input_ids
|
9 |
+
sequence: int32
|
10 |
+
- name: attention_mask
|
11 |
+
sequence: int8
|
12 |
+
- name: label
|
13 |
+
dtype:
|
14 |
+
class_label:
|
15 |
+
names:
|
16 |
+
'0': goodbye
|
17 |
+
'1': volume control
|
18 |
+
'2': play games
|
19 |
+
'3': covid cases
|
20 |
+
'4': open website
|
21 |
+
'5': tell me joke
|
22 |
+
'6': play on youtube
|
23 |
+
'7': places near me
|
24 |
+
'8': greet and hello hi kind of things, general check in
|
25 |
+
'9': asking time
|
26 |
+
'10': asking date
|
27 |
+
'11': tell me news
|
28 |
+
'12': asking weather
|
29 |
+
'13': download youtube video
|
30 |
+
'14': what can you do
|
31 |
+
'15': take screenshot
|
32 |
+
'16': send email
|
33 |
+
'17': i am bored
|
34 |
+
'18': click photo
|
35 |
+
'19': tell me about
|
36 |
+
'20': send whatsapp message
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 630723
|
40 |
+
num_examples: 6153
|
41 |
+
- name: validation
|
42 |
+
num_bytes: 71230
|
43 |
+
num_examples: 684
|
44 |
+
download_size: 201336
|
45 |
+
dataset_size: 701953
|
46 |
+
---
|
47 |
+
# Dataset Card for "Intent-Classification-small"
|
48 |
+
|
49 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|