
Megalith-10m is a dataset of ~10 million links to Flickr images that were categorized as "photo" with license info of:
Megalith-10m is intended to contain only links to wholesome unedited uncopyrighted photographs - the sort of images that we humans see when we walk around outside. I collected Megalith-10m for the purpose of training neural networks, but you're welcome to use Megalith-10m for whatever you want. Of course, I recommend conducting your own independent analysis of content and copyright status before using Megalith-linked images in Serious Projects.
megalith-10m-sharecap (captions made with ShareCaptioner) 
megalith-10m-florence2 (captions made with Florence 2) 
flickr-megalith-10m-internvl2-multi-caption (captions made with InternVL2-8B as well as shorter single-sentence captions made by summarizing the InternVL2/Florence2/ShareCaptioner results with Llama3.1-8B) 
megalith-mdqa, captions and Q&A pairs made with MoondreamI used the Flickr API to query for photos matching some basic criteria (SFW photo with CC0 / public domain license info), which gave me around 12 million links. I then used various filtering strategies to exclude ~2m image links which didn't appear to point to wholesome public-domain minimally-edited photos. These filtering strategies included:
Image metadata
Image content
Duplicate detection
CLIP-assisted checking for
Minimum-resolution enforcement (at least 256x256 pixels)
Manual spot-checking of some images and metadata
The demo notebook shows a random sample of 100 images being loaded from the links in Megalith-10m.
Based on this random sample, I would estimate the following dataset statistics:
For the parts of the visual world that are well-represented in Megalith-10m, definitely! Projects like CommonCanvas, Mitsua Diffusion, and Matryoshka Diffusion have shown that you can train useable generative models on similarly-sized image datasets. Of course, many parts of the world aren't well-represented in Megalith-10m, so you'd need additional data to learn about those.
28 commits
1 commits

Megalith-10m is a dataset of ~10 million links to Flickr images that were categorized as "photo" with license info of:
Megalith-10m is intended to contain only links to wholesome unedited uncopyrighted photographs - the sort of images that we humans see when we walk around outside. I collected Megalith-10m for the purpose of training neural networks, but you're welcome to use Megalith-10m for whatever you want. Of course, I recommend conducting your own independent analysis of content and copyright status before using Megalith-linked images in Serious Projects.
megalith-10m-sharecap (captions made with ShareCaptioner) 
megalith-10m-florence2 (captions made with Florence 2) 
flickr-megalith-10m-internvl2-multi-caption (captions made with InternVL2-8B as well as shorter single-sentence captions made by summarizing the InternVL2/Florence2/ShareCaptioner results with Llama3.1-8B) 
megalith-mdqa, captions and Q&A pairs made with MoondreamI used the Flickr API to query for photos matching some basic criteria (SFW photo with CC0 / public domain license info), which gave me around 12 million links. I then used various filtering strategies to exclude ~2m image links which didn't appear to point to wholesome public-domain minimally-edited photos. These filtering strategies included:
Image metadata
Image content
Duplicate detection
CLIP-assisted checking for
Minimum-resolution enforcement (at least 256x256 pixels)
Manual spot-checking of some images and metadata
The demo notebook shows a random sample of 100 images being loaded from the links in Megalith-10m.
Based on this random sample, I would estimate the following dataset statistics:
For the parts of the visual world that are well-represented in Megalith-10m, definitely! Projects like CommonCanvas, Mitsua Diffusion, and Matryoshka Diffusion have shown that you can train useable generative models on similarly-sized image datasets. Of course, many parts of the world aren't well-represented in Megalith-10m, so you'd need additional data to learn about those.
28 commits
1 commits