Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
joaomonteirof commited on
Commit
eab0f5b
·
1 Parent(s): 324857d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: label
5
+ dtype: int64
6
+ - name: original_hash
7
+ dtype: string
8
+ - name: image
9
+ dtype: image
10
+ - name: desired_hash
11
+ dtype: string
12
+ - name: imagenet_idx_key
13
+ dtype: int64
14
+ - name: delta_hash
15
+ dtype: string
16
+ splits:
17
+ - name: adversarial_autoattack_resnet
18
+ num_bytes: 755964254.0
19
+ num_examples: 5000
20
+ - name: adversarial_autoattack_vit
21
+ num_bytes: 2218011199.0
22
+ num_examples: 5000
23
+ - name: adversarial_pgd_resnet
24
+ num_bytes: 755964173.0
25
+ num_examples: 5000
26
+ - name: adversarial_pgd_vit
27
+ num_bytes: 2218011151.0
28
+ num_examples: 5000
29
+ - name: synthetic_gan
30
+ num_bytes: 242198087.454
31
+ num_examples: 24999
32
+ - name: synthetic_diffusion
33
+ num_bytes: 283305025.0
34
+ num_examples: 25000
35
+ download_size: 6515851894
36
+ dataset_size: 6473453889.454
37
+ ---
38
+ # Dataset Card for "PartialBROAD"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)