dipesh commited on
Commit
3d4236f
1 Parent(s): adf1ea1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': others
17
+ '1': places near me
18
+ '2': send whatsapp message
19
+ '3': greet and hello hi kind of things, general check in
20
+ '4': play games
21
+ '5': tell me news
22
+ '6': covid cases
23
+ '7': tell me about
24
+ '8': volume control
25
+ '9': open website
26
+ '10': play on youtube
27
+ '11': tell me joke
28
+ '12': send email
29
+ '13': goodbye
30
+ '14': take screenshot
31
+ '15': download youtube video
32
+ '16': asking weather
33
+ '17': asking date
34
+ '18': asking time
35
+ '19': i am bored
36
+ '20': click photo
37
+ '21': what can you do
38
+ splits:
39
+ - name: train
40
+ num_bytes: 1594125
41
+ num_examples: 15311
42
+ - name: validation
43
+ num_bytes: 175519
44
+ num_examples: 1702
45
+ download_size: 677155
46
+ dataset_size: 1769644
47
+ ---
48
+ # Dataset Card for "Intent-Classification-large"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)