Datasets:

Formats:
csv
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
Leask commited on
Commit
184f308
·
verified ·
1 Parent(s): d813d58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -118
README.md CHANGED
@@ -8,140 +8,31 @@ size_categories:
8
  - 1M<n<10M
9
  ---
10
 
11
- # Dataset Card for `PD12m`
12
 
13
- <!-- Provide a quick summary of the dataset. -->
14
-
15
- 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).
16
 
17
  ## Dataset Details
18
 
19
  ### Dataset Description
20
 
21
- <!-- Provide a longer summary of what this dataset is. -->
22
-
23
-
24
-
25
- - **Curated by:** [More Information Needed]
26
- - **Funded by [optional]:** [More Information Needed]
27
- - **Shared by [optional]:** [More Information Needed]
28
- - **Language(s) (NLP):** [More Information Needed]
29
- - **License:** [More Information Needed]
30
 
31
- ### Dataset Sources [optional]
32
 
33
- <!-- Provide the basic links for the dataset. -->
34
-
35
- - **Repository:** [More Information Needed]
36
- - **Paper [optional]:** [More Information Needed]
37
- - **Demo [optional]:** [More Information Needed]
38
 
39
  ## Uses
40
 
41
- <!-- Address questions around how the dataset is intended to be used. -->
42
-
43
- ### Direct Use
44
 
45
- <!-- This section describes suitable use cases for the dataset. -->
46
 
47
- [More Information Needed]
48
 
49
- ### Out-of-Scope Use
50
 
51
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
52
 
53
- [More Information Needed]
54
 
55
  ## Dataset Structure
56
 
57
- <!-- 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. -->
58
-
59
- [More Information Needed]
60
-
61
- ## Dataset Creation
62
-
63
- ### Curation Rationale
64
-
65
- <!-- Motivation for the creation of this dataset. -->
66
-
67
- [More Information Needed]
68
-
69
- ### Source Data
70
-
71
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
72
-
73
- #### Data Collection and Processing
74
-
75
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
76
-
77
- [More Information Needed]
78
-
79
- #### Who are the source data producers?
80
-
81
- <!-- 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. -->
82
-
83
- [More Information Needed]
84
-
85
- ### Annotations [optional]
86
-
87
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
88
-
89
- #### Annotation process
90
-
91
- <!-- 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. -->
92
-
93
- [More Information Needed]
94
-
95
- #### Who are the annotators?
96
-
97
- <!-- This section describes the people or systems who created the annotations. -->
98
-
99
- [More Information Needed]
100
-
101
- #### Personal and Sensitive Information
102
-
103
- <!-- 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. -->
104
-
105
- [More Information Needed]
106
-
107
- ## Bias, Risks, and Limitations
108
-
109
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
110
-
111
- [More Information Needed]
112
-
113
- ### Recommendations
114
-
115
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
116
-
117
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
118
-
119
- ## Citation [optional]
120
-
121
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
122
-
123
- **BibTeX:**
124
-
125
- [More Information Needed]
126
-
127
- **APA:**
128
-
129
- [More Information Needed]
130
-
131
- ## Glossary [optional]
132
-
133
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
134
-
135
- [More Information Needed]
136
-
137
- ## More Information [optional]
138
-
139
- [More Information Needed]
140
-
141
- ## Dataset Card Authors [optional]
142
-
143
- [More Information Needed]
144
-
145
- ## Dataset Card Contact
146
-
147
- [More Information Needed]
 
8
  - 1M<n<10M
9
  ---
10
 
11
+ # Dataset Card for `PD12M`
12
 
13
+ This is a curated PD12M dataset for use with the [Chipmunk](https://github.com/Intelligent-Internet/Chipmunk) project.
 
 
14
 
15
  ## Dataset Details
16
 
17
  ### Dataset Description
18
 
19
+ This dataset comprises a curated PD12M image collection, refined by filtering for active image links. EXIF data was extracted, and images underwent preprocessing and feature extraction using SigLIP2. All vector embeddings are normalized 16-bit half-precision vectors optimized for L2 indexing with [vectorchord](https://github.com/tensorchord/vectorchord).
 
 
 
 
 
 
 
 
20
 
21
+ ### Dataset Sources
22
 
23
+ This dataset is derived and organized from [Spawning/PD12M](http://huggingface.co/datasets/Spawning/PD12M). The original license information for the image can be found in the corresponding entry of the original database.
 
 
 
 
24
 
25
  ## Uses
26
 
27
+ This dataset is available for a wide range of applications.
 
 
28
 
29
+ ### Use with Chipmunk
30
 
31
+ Click this link to learn how to load the dataset to [Chipmunk](https://github.com/Intelligent-Internet/Chipmunk).
32
 
33
+ ### Use directly in PostgreSQL
34
 
 
35
 
 
36
 
37
  ## Dataset Structure
38