Doub7e commited on
Commit
9b545a1
·
verified ·
1 Parent(s): 69a05f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +181 -0
README.md CHANGED
@@ -17,3 +17,184 @@ configs:
17
  - split: train
18
  path: data/train-*
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - split: train
18
  path: data/train-*
19
  ---
20
+
21
+ # Dataset Card for Dataset Name
22
+
23
+ <!-- Provide a quick summary of the dataset. -->
24
+
25
+ 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).
26
+
27
+ ## Dataset Details
28
+
29
+ ### Dataset Description
30
+
31
+ <!-- Provide a longer summary of what this dataset is. -->
32
+
33
+ 10 styles + 10 pokemons, each with 20 images.
34
+ Created by MidJourney v6.1
35
+
36
+ styles = [
37
+ "An acrylic pour painting",
38
+ "A blacklight painting",
39
+ "A risograph painting",
40
+ "A cyanotype photo",
41
+ "A silkscreen print",
42
+ "A Pointillism painting",
43
+ "An Andy Warhol style painting",
44
+ "A Van Dyke Brown print",
45
+ "A Sepia Tone painting",
46
+ "A Red Wash Painting",
47
+ ]
48
+ subjects = [
49
+ "a landscape",
50
+ "a portrait",
51
+ "a cityscape",
52
+ "a nature scene",
53
+ "a still life",
54
+ ]
55
+
56
+ ---
57
+
58
+ backgrounds = [
59
+ "dark background",
60
+ "black background",
61
+ "white background",
62
+ "gray background",
63
+ "gradient background",
64
+ ]
65
+ pokemons = [
66
+ "Cubone",
67
+ "Eevee",
68
+ "Jigglypuff",
69
+ "Mewtwo",
70
+ "Bulbasaur",
71
+ "Lickitung",
72
+ "Rhydon",
73
+ "Gengar",
74
+ "Snorlax",
75
+ "Arcanine"
76
+ ]
77
+
78
+ - **Curated by:** [More Information Needed]
79
+ - **Funded by [optional]:** [More Information Needed]
80
+ - **Shared by [optional]:** [More Information Needed]
81
+ - **Language(s) (NLP):** [More Information Needed]
82
+ - **License:** [More Information Needed]
83
+
84
+ ### Dataset Sources [optional]
85
+
86
+ <!-- Provide the basic links for the dataset. -->
87
+
88
+ - **Repository:** [More Information Needed]
89
+ - **Paper [optional]:** [More Information Needed]
90
+ - **Demo [optional]:** [More Information Needed]
91
+
92
+ ## Uses
93
+
94
+ <!-- Address questions around how the dataset is intended to be used. -->
95
+
96
+ ### Direct Use
97
+
98
+ <!-- This section describes suitable use cases for the dataset. -->
99
+
100
+ [More Information Needed]
101
+
102
+ ### Out-of-Scope Use
103
+
104
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Dataset Structure
109
+
110
+ <!-- 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. -->
111
+
112
+ [More Information Needed]
113
+
114
+ ## Dataset Creation
115
+
116
+ ### Curation Rationale
117
+
118
+ <!-- Motivation for the creation of this dataset. -->
119
+
120
+ [More Information Needed]
121
+
122
+ ### Source Data
123
+
124
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
125
+
126
+ #### Data Collection and Processing
127
+
128
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
129
+
130
+ [More Information Needed]
131
+
132
+ #### Who are the source data producers?
133
+
134
+ <!-- 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. -->
135
+
136
+ [More Information Needed]
137
+
138
+ ### Annotations [optional]
139
+
140
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
141
+
142
+ #### Annotation process
143
+
144
+ <!-- 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. -->
145
+
146
+ [More Information Needed]
147
+
148
+ #### Who are the annotators?
149
+
150
+ <!-- This section describes the people or systems who created the annotations. -->
151
+
152
+ [More Information Needed]
153
+
154
+ #### Personal and Sensitive Information
155
+
156
+ <!-- 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. -->
157
+
158
+ [More Information Needed]
159
+
160
+ ## Bias, Risks, and Limitations
161
+
162
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
163
+
164
+ [More Information Needed]
165
+
166
+ ### Recommendations
167
+
168
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
169
+
170
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
171
+
172
+ ## Citation [optional]
173
+
174
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
175
+
176
+ **BibTeX:**
177
+
178
+ [More Information Needed]
179
+
180
+ **APA:**
181
+
182
+ [More Information Needed]
183
+
184
+ ## Glossary [optional]
185
+
186
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
187
+
188
+ [More Information Needed]
189
+
190
+ ## More Information [optional]
191
+
192
+ [More Information Needed]
193
+
194
+ ## Dataset Card Authors [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Dataset Card Contact
199
+
200
+ [More Information Needed]