taesiri commited on
Commit
593c72d
1 Parent(s): b91dc4b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Buggy Image
5
+ dtype: image
6
+ - name: Correct Image
7
+ dtype: image
8
+ - name: Segmentation Image (Bug)
9
+ dtype: image
10
+ - name: Segmentation Image (Correct)
11
+ dtype: image
12
+ - name: Description
13
+ dtype: string
14
+ - name: Tag
15
+ dtype: string
16
+ - name: Objects JSON (Bug)
17
+ dtype: string
18
+ - name: Objects JSON (Correct)
19
+ dtype: string
20
+ - name: Victim Name
21
+ dtype: string
22
+ - name: Victim Color
23
+ sequence: int64
24
+ splits:
25
+ - name: validation
26
+ num_bytes: 404705601.0
27
+ num_examples: 751
28
+ download_size: 379820267
29
+ dataset_size: 404705601.0
30
+ configs:
31
+ - config_name: default
32
+ data_files:
33
+ - split: validation
34
+ path: data/validation-*
35
+ ---
36
+ # Dataset Card for "SampleDataset2"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)