Subbu068 commited on
Commit
32c4a88
1 Parent(s): b9d543e

Upload dataset

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: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': goodbye
13
+ '1': volume control
14
+ '2': play games
15
+ '3': covid cases
16
+ '4': open website
17
+ '5': tell me joke
18
+ '6': play on youtube
19
+ '7': places near me
20
+ '8': greet and hello hi kind of things, general check in
21
+ '9': asking time
22
+ '10': asking date
23
+ '11': tell me news
24
+ '12': asking weather
25
+ '13': download youtube video
26
+ '14': what can you do
27
+ '15': take screenshot
28
+ '16': send email
29
+ '17': i am bored
30
+ '18': click photo
31
+ '19': tell me about
32
+ '20': send whatsapp message
33
+ splits:
34
+ - name: train
35
+ num_bytes: 351379
36
+ num_examples: 6153
37
+ - name: validation
38
+ num_bytes: 39523
39
+ num_examples: 684
40
+ download_size: 102738
41
+ dataset_size: 390902
42
+ configs:
43
+ - config_name: default
44
+ data_files:
45
+ - split: train
46
+ path: data/train-*
47
+ - split: validation
48
+ path: data/validation-*
49
+ ---
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad2dd7cdffe6aedac92876255d4ed415d9c2fb84f0202277bbfac4eebda42d99
3
+ size 89939
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2535d833f2b0439b975f14e7c8d9a19c9575169583e12d6a384e651eea52d5d5
3
+ size 12799