o-laurent commited on
Commit
6faaf20
·
verified ·
1 Parent(s): 9375aaa

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-classification
5
+ ---
6
+
7
+ The license is to the original authors (see below)!
8
+
9
+ This repository contains the CIFAR-10-C dataset from Benchmarking Neural Network Robustness to Common Corruptions and Perturbations. We are currently hosting it on Hugging Face due to an increased latency from Zenodo.
10
+
11
+ We are not the original authors. If you find this useful in your research, please consider citing:
12
+
13
+ @article{hendrycks2019robustness,
14
+ title={Benchmarking Neural Network Robustness to Common Corruptions and Perturbations},
15
+ author={Hendrycks, Dan and Dietterich, Thomas},
16
+ journal={Proceedings of the International Conference on Learning Representations},
17
+ year={2019}
18
+ }