Chaymaa commited on
Commit
8bfb52a
·
1 Parent(s): cbe5d43

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': test
11
+ '1': train
12
+ '2': validation
13
+ splits:
14
+ - name: train
15
+ num_bytes: 5103826.0
16
+ num_examples: 65
17
+ - name: validation
18
+ num_bytes: 1523245.0
19
+ num_examples: 21
20
+ - name: test
21
+ num_bytes: 1336252.0
22
+ num_examples: 31
23
+ download_size: 7967873
24
+ dataset_size: 7963323.0
25
+ ---
26
+ # Dataset Card for "roi_counters"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)