Datasets:
Updating license description. Adding placeholder paper and project links.
Browse files- .idea/workspace.xml +49 -0
- README.md +3 -1
.idea/workspace.xml
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="AutoImportSettings">
|
| 4 |
+
<option name="autoReloadType" value="SELECTIVE" />
|
| 5 |
+
</component>
|
| 6 |
+
<component name="ChangeListManager">
|
| 7 |
+
<list default="true" id="82fe8b44-aff4-4cf4-beac-67321e5b595c" name="Changes" comment="" />
|
| 8 |
+
<option name="SHOW_DIALOG" value="false" />
|
| 9 |
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
| 10 |
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
| 11 |
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
| 12 |
+
</component>
|
| 13 |
+
<component name="Git.Settings">
|
| 14 |
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../PD3M" />
|
| 15 |
+
</component>
|
| 16 |
+
<component name="MarkdownSettingsMigration">
|
| 17 |
+
<option name="stateVersion" value="1" />
|
| 18 |
+
</component>
|
| 19 |
+
<component name="ProjectId" id="2mcVMEsQ7U1K5Gn5f5JnAurf7xF" />
|
| 20 |
+
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
| 21 |
+
<component name="ProjectViewState">
|
| 22 |
+
<option name="hideEmptyMiddlePackages" value="true" />
|
| 23 |
+
<option name="showLibraryContents" value="true" />
|
| 24 |
+
</component>
|
| 25 |
+
<component name="PropertiesComponent">{
|
| 26 |
+
"keyToString": {
|
| 27 |
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
| 28 |
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
| 29 |
+
"last_opened_file_path": "/Users/nicholaspadgett/spawning-15m"
|
| 30 |
+
}
|
| 31 |
+
}</component>
|
| 32 |
+
<component name="RecentsManager">
|
| 33 |
+
<key name="MoveFile.RECENT_KEYS">
|
| 34 |
+
<recent name="$PROJECT_DIR$/../PD3M" />
|
| 35 |
+
<recent name="$PROJECT_DIR$" />
|
| 36 |
+
</key>
|
| 37 |
+
</component>
|
| 38 |
+
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
| 39 |
+
<component name="TaskManager">
|
| 40 |
+
<task active="true" id="Default" summary="Default task">
|
| 41 |
+
<changelist id="82fe8b44-aff4-4cf4-beac-67321e5b595c" name="Changes" comment="" />
|
| 42 |
+
<created>1727375801359</created>
|
| 43 |
+
<option name="number" value="Default" />
|
| 44 |
+
<option name="presentableId" value="Default" />
|
| 45 |
+
<updated>1727375801359</updated>
|
| 46 |
+
</task>
|
| 47 |
+
<servers />
|
| 48 |
+
</component>
|
| 49 |
+
</project>
|
README.md
CHANGED
|
@@ -15,6 +15,8 @@ tags:
|
|
| 15 |
# Summary
|
| 16 |
**PD12M** is a collection of 12.4 million CC0/PD image-caption pairs for the purpose of training generative image models.
|
| 17 |
|
|
|
|
|
|
|
| 18 |
# About
|
| 19 |
PD12M was built and curated with [Source.Plus](https://source.plus) with the aim of resolving many of the data quality issues that arise in web-scraped training data: the presence of copyrighted material, low quality images and captions, violent or nsfw content, PII, decaying dataset quality via broken links, etc.
|
| 20 |
|
|
@@ -32,7 +34,7 @@ The metadata is made available through a series of parquet files with the follow
|
|
| 32 |
- `height`: The height of the image in pixels.
|
| 33 |
- `mime_type`: The MIME type of the image file.
|
| 34 |
- `hash`: The MD5 hash of the image file.
|
| 35 |
-
- `license`: The URL of the license.
|
| 36 |
|
| 37 |
## Images
|
| 38 |
The image files are all hosted in the AWS S3 bucket `pd12m`. The URLs to the images files are all maintained in the metadata files.
|
|
|
|
| 15 |
# Summary
|
| 16 |
**PD12M** is a collection of 12.4 million CC0/PD image-caption pairs for the purpose of training generative image models.
|
| 17 |
|
| 18 |
+
[Paper](https://arxiv.org) [Project](https://source.plus/pd12m)
|
| 19 |
+
|
| 20 |
# About
|
| 21 |
PD12M was built and curated with [Source.Plus](https://source.plus) with the aim of resolving many of the data quality issues that arise in web-scraped training data: the presence of copyrighted material, low quality images and captions, violent or nsfw content, PII, decaying dataset quality via broken links, etc.
|
| 22 |
|
|
|
|
| 34 |
- `height`: The height of the image in pixels.
|
| 35 |
- `mime_type`: The MIME type of the image file.
|
| 36 |
- `hash`: The MD5 hash of the image file.
|
| 37 |
+
- `license`: The URL of the image license.
|
| 38 |
|
| 39 |
## Images
|
| 40 |
The image files are all hosted in the AWS S3 bucket `pd12m`. The URLs to the images files are all maintained in the metadata files.
|