sreejith8100 commited on
Commit
84dff05
1 Parent(s): 9b18e2e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: image
12
+ dtype: image
13
+ - name: label
14
+ dtype:
15
+ class_label:
16
+ names:
17
+ '0': Blank
18
+ '1': Marriage_Type1
19
+ '2': Marriage_Type2
20
+ - name: ground_truth
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 55518131.0
25
+ num_examples: 90
26
+ - name: test
27
+ num_bytes: 27966902.0
28
+ num_examples: 45
29
+ download_size: 80999629
30
+ dataset_size: 83485033.0
31
+ ---
32
+ # Dataset Card for "sumair_classification"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)