Astronomy Dataset for Multimodal Models
收藏资源简介:
Space Vision Dataset (Multimodal) Overview "A multimodal dataset of space imagery paired with descriptive captions for vision-language research." The Space Vision Dataset contains images of space scenes with aligned text descriptions, including Earth, Mars, telescopes, and galaxies. Dataset Structure Field Description image_id Unique identifier image Image file path text Caption describing the image Example {"image_id": "001","text": "A satellite image of Earth showing the curvature and scattered clouds over the Atlantic Ocean.","image": "images/001.jpg"} Categories Earth observations Mars exploration Space telescopes Milky Way imagery Mars rover missions File Organization dataset/├── dataset.json└── images/├── 001.jpg├── 002.jpg└── ... Usage from datasets import load_datasetdataset = load_dataset("AIOmarRehan/space-multimodal-dataset") Applications Image captioning Vision-language modeling Multimodal retrieval Research and education License MIT License Acknowledgements "Developed for research and experimentation in multimodal AI systems." Contact For questions or contributions, please open an issue.



