xksteven commited on
Commit
bf468c9
1 Parent(s): 10f6bd3

Update the README

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-classification
5
+ size_categories:
6
+ - 10K<n<100K
7
+ ---
8
+
9
+ Link to original evaluation code for: https://github.com/hendrycks/natural-adv-examples
10
+
11
+ ```bibtex
12
+ @article{hendrycks2021nae,
13
+ title={Natural Adversarial Examples},
14
+ author={Dan Hendrycks and Kevin Zhao and Steven Basart and Jacob Steinhardt and Dawn Song},
15
+ journal={CVPR},
16
+ year={2021}
17
+ }
18
+ ```