Datasets:

Modalities:
Image
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
edadaltocg commited on
Commit
4ec59fd
1 Parent(s): 6c9d25b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +103 -0
README.md ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: unknown
3
+ size_categories: 10K<n<100K
4
+ task_categories:
5
+ - image-classification
6
+ pretty_name: Blobs
7
+ ---
8
+
9
+ # Dataset Card for Blobs for OOD Detection
10
+
11
+ <!-- Provide a quick summary of the dataset. -->
12
+
13
+
14
+
15
+ ## Dataset Details
16
+
17
+ ### Dataset Description
18
+
19
+ <!-- Provide a longer summary of what this dataset is. -->
20
+
21
+
22
+
23
+ - **Original Dataset Authors**: [More Information Needed]
24
+ - **OOD Split Authors:** Dan Hendrycks, Mantas Mazeika, Thomas Dietterich
25
+ - **Shared by:** Eduardo Dadalto
26
+ - **License:** unknown
27
+
28
+ ### Dataset Sources
29
+
30
+ <!-- Provide the basic links for the dataset. -->
31
+
32
+ - **Original Dataset Paper:** [More Information Needed]
33
+ - **First OOD Application Paper:** http://arxiv.org/abs/1812.04606v3
34
+
35
+
36
+ ### Direct Use
37
+
38
+ <!-- This section describes suitable use cases for the dataset. -->
39
+
40
+ This dataset is intended to be used as an ouf-of-distribution dataset for image classification benchmarks.
41
+
42
+ ### Out-of-Scope Use
43
+
44
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
45
+
46
+ This dataset is not annotated.
47
+
48
+
49
+ ### Curation Rationale
50
+
51
+ <!-- Motivation for the creation of this dataset. -->
52
+
53
+ The goal in curating and sharing this dataset to the HuggingFace Hub is to accelerate research and promote reproducibility in generalized Out-of-Distribution (OOD) detection.
54
+
55
+ Check the python library [detectors](https://github.com/edadaltocg/detectors) if you are interested in OOD detection.
56
+
57
+ ### Personal and Sensitive Information
58
+
59
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
60
+
61
+ Please check original paper for details on the dataset.
62
+
63
+ ### Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ Please check original paper for details on the dataset.
68
+
69
+ ## Citation
70
+
71
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
72
+
73
+ **BibTeX:**
74
+
75
+ ```bibtex
76
+ @software{detectors2023,
77
+ author = {Eduardo Dadalto},
78
+ title = {Detectors: a Python Library for Generalized Out-Of-Distribution Detection},
79
+ url = {https://github.com/edadaltocg/detectors},
80
+ doi = {https://doi.org/10.5281/zenodo.7883596},
81
+ month = {5},
82
+ year = {2023}
83
+ }
84
+
85
+ @article{1812.04606v3,
86
+ author = {Dan Hendrycks and Mantas Mazeika and Thomas Dietterich},
87
+ title = {Deep Anomaly Detection with Outlier Exposure},
88
+ year = {2018},
89
+ month = {12},
90
+ note = {ICLR 2019; PyTorch code available at
91
+ https://github.com/hendrycks/outlier-exposure},
92
+ archiveprefix = {arXiv},
93
+ url = {http://arxiv.org/abs/1812.04606v3}
94
+ }
95
+ ```
96
+
97
+ ## Dataset Card Authors
98
+
99
+ Eduardo Dadalto
100
+
101
+ ## Dataset Card Contact
102
+
103
+ https://huggingface.co/edadaltocg