krishnakamath commited on
Commit
ee0a3da
·
1 Parent(s): cfc86b4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ - split: labels_and_id
12
+ path: data/labels_and_id-*
13
+ dataset_info:
14
+ features:
15
+ - name: input
16
+ dtype: string
17
+ - name: label
18
+ dtype: int64
19
+ splits:
20
+ - name: train
21
+ num_bytes: 2171.4246575342468
22
+ num_examples: 58
23
+ - name: validation
24
+ num_bytes: 262.06849315068496
25
+ num_examples: 7
26
+ - name: test
27
+ num_bytes: 299.5068493150685
28
+ num_examples: 8
29
+ - name: labels_and_id
30
+ num_bytes: 56
31
+ num_examples: 2
32
+ download_size: 7117
33
+ dataset_size: 2789.0
34
+ ---
35
+ # Dataset Card for "shopping_intent"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)