PseudoTerminal X commited on
Commit
0f4e593
·
verified ·
1 Parent(s): 19274f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -99
README.md CHANGED
@@ -7,140 +7,65 @@ features:
7
  dtype: image # Example: string
8
  ---
9
 
10
- # Dataset Card for Dataset Name
11
 
12
- <!-- Provide a quick summary of the dataset. -->
13
 
14
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
15
 
16
  ## Dataset Details
17
 
18
  ### Dataset Description
19
 
20
- <!-- Provide a longer summary of what this dataset is. -->
21
 
 
 
 
22
 
 
23
 
24
- - **Curated by:** [More Information Needed]
25
- - **Funded by [optional]:** [More Information Needed]
26
- - **Shared by [optional]:** [More Information Needed]
27
- - **Language(s) (NLP):** [More Information Needed]
28
- - **License:** [More Information Needed]
29
-
30
- ### Dataset Sources [optional]
31
-
32
- <!-- Provide the basic links for the dataset. -->
33
-
34
- - **Repository:** [More Information Needed]
35
- - **Paper [optional]:** [More Information Needed]
36
- - **Demo [optional]:** [More Information Needed]
37
 
38
  ## Uses
39
 
40
- <!-- Address questions around how the dataset is intended to be used. -->
41
 
42
  ### Direct Use
43
 
44
- <!-- This section describes suitable use cases for the dataset. -->
45
 
46
- [More Information Needed]
47
 
48
  ### Out-of-Scope Use
49
 
50
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
51
-
52
- [More Information Needed]
53
 
54
  ## Dataset Structure
55
 
56
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
57
 
58
- [More Information Needed]
 
 
 
 
 
 
 
59
 
60
  ## Dataset Creation
61
 
62
  ### Curation Rationale
63
 
64
- <!-- Motivation for the creation of this dataset. -->
65
-
66
- [More Information Needed]
67
 
68
  ### Source Data
69
 
70
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
71
-
72
- #### Data Collection and Processing
73
-
74
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
75
-
76
- [More Information Needed]
77
-
78
- #### Who are the source data producers?
79
-
80
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
81
-
82
- [More Information Needed]
83
-
84
- ### Annotations [optional]
85
-
86
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
87
-
88
- #### Annotation process
89
-
90
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
91
-
92
- [More Information Needed]
93
-
94
- #### Who are the annotators?
95
-
96
- <!-- This section describes the people or systems who created the annotations. -->
97
-
98
- [More Information Needed]
99
 
100
  #### Personal and Sensitive Information
101
 
102
- <!-- 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. -->
103
-
104
- [More Information Needed]
105
 
106
  ## Bias, Risks, and Limitations
107
 
108
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
109
-
110
- [More Information Needed]
111
-
112
- ### Recommendations
113
-
114
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
115
-
116
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
117
-
118
- ## Citation [optional]
119
-
120
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
121
-
122
- **BibTeX:**
123
-
124
- [More Information Needed]
125
-
126
- **APA:**
127
-
128
- [More Information Needed]
129
-
130
- ## Glossary [optional]
131
-
132
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
133
-
134
- [More Information Needed]
135
-
136
- ## More Information [optional]
137
-
138
- [More Information Needed]
139
-
140
- ## Dataset Card Authors [optional]
141
-
142
- [More Information Needed]
143
-
144
- ## Dataset Card Contact
145
-
146
- [More Information Needed]
 
7
  dtype: image # Example: string
8
  ---
9
 
10
+ # Not a Hot-dog
11
 
12
+ _(The name of this dataset is a reference to the show Silicon Valley.)_
13
 
 
14
 
15
  ## Dataset Details
16
 
17
  ### Dataset Description
18
 
19
+ This dataset is a small collection of user-submitted images that contain objects that are not hot dogs, but might be perceptibly shaped like one.
20
 
21
+ - **Curated by:** Public users
22
+ - **Language(s) (NLP):** None (no captions included)
23
+ - **License:** MIT
24
 
25
+ ### Dataset Sources
26
 
27
+ The images provided were submitted by random internet users on Reddit.
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
  ## Uses
30
 
31
+ This dataset may be used to train safety checking neural networks, or low-rank adaptation networks that might be useful for a funny joke or two.
32
 
33
  ### Direct Use
34
 
35
+ This dataset does not have any captions or phrases supplied with it.
36
 
37
+ The `image` column contains a byte string of the JPEG data as read from storage.
38
 
39
  ### Out-of-Scope Use
40
 
41
+ This data should not be used to generate offensive content.
 
 
42
 
43
  ## Dataset Structure
44
 
 
45
 
46
+ Fields:
47
+
48
+ - filename (str)
49
+ - image hash (str)
50
+ - width (int)
51
+ - height (int)
52
+ - image (bytes, JPEG)
53
+
54
 
55
  ## Dataset Creation
56
 
57
  ### Curation Rationale
58
 
59
+ A LoRA exists that seems to use a similar dataset, but the dataset was not provided or available at any point in time. This dataset is an attempt to reproduce the same results.
 
 
60
 
61
  ### Source Data
62
 
63
+ - User-submitted photographs
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
 
65
  #### Personal and Sensitive Information
66
 
67
+ Some images may contain faces or identities of individuals. By using this dataset, you agree not to attempt to discover the identity of these people.
 
 
68
 
69
  ## Bias, Risks, and Limitations
70
 
71
+ This dataset's bias is that of its users', as all images were hand-selected for inclusion.