ericyu commited on
Commit
cd3339c
1 Parent(s): 1337430

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: full
6
+ path: data/full-*
7
+ dataset_info:
8
+ features:
9
+ - name: imageA
10
+ dtype: image
11
+ - name: imageB
12
+ dtype: image
13
+ - name: label
14
+ dtype: image
15
+ splits:
16
+ - name: full
17
+ num_bytes: 238076781.888
18
+ num_examples: 10032
19
+ download_size: 240024878
20
+ dataset_size: 238076781.888
21
+ ---
22
+ # Dataset Card for "CNAMCD_Cropped_256"
23
+
24
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)