datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
FloorPlanCAD
Dataset Card for FloorPlanCAD (test split)
This is a FiftyOne dataset with 5308 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("Voxel51/FloorPlanCAD")
# Launch the App
session = fo.launch_app(dataset)
Dataset Details… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/FloorPlanCAD.FloorplanQA-Layouts
FloorplanQA (Layouts Only)
This repository contains 2,000 JSON layouts used in the paper:
"FloorplanQA: A Benchmark for Spatial Reasoning in LLMs Using Structured Representations"
arXiv: https://arxiv.org/abs/2507.07644
Project Page: https://olddelorean.github.io/FloorplanQA/
Contents
600 synthetic kitchens
600 synthetic living rooms
600 synthetic bedrooms
200 layouts derived from HSSD-200
The release includes only the layouts.
Structure
layouts/… See the full description on the dataset page: https://huggingface.co/datasets/OldDelorean/FloorplanQA-Layouts.floorplans-cityscapes
Dataset Summary
This is a curated collection of floorplan images sourced from across the internet. It is intended for research in architectural AI, layout generation, and urban scene understanding.
Data format: Image files with associated integer labels.
Sources: Publicly available images from various web sources (This dataset is one unified collections).
Purpose: Educational and research use.
Dataset Structure
The dataset follows the standard Hugging Face Image… See the full description on the dataset page: https://huggingface.co/datasets/wheres-my-python/floorplans-cityscapes.FloorPlan-VLN-RxRrplan-floorplan-editedFloorplan_Dataset_22022024floorplanfloorplans
🏠 Floorplan Image Dataset
This dataset contains a collection of floorplan images curated as part of a larger research project on architectural retrieval systems.
📦 Dataset Summary
This repository stores floorplan images that were used primarily for testing and development of image retrieval methods. The dataset includes various floorplan styles, layouts, and formats to support tasks such as:
Content-based image retrieval (CBIR)
Floorplan similarity matching
Computer… See the full description on the dataset page: https://huggingface.co/datasets/JoaoMigSilva/floorplans.Floorplan_Dataset_20022024hotspot-chiplet-floorplan-thermal
HotSpot Chiplet Floorplan Thermal Dataset
Dataset Description
The HotSpot Chiplet Floorplan Thermal Dataset contains 10,000 synthetic steady-state examples for heterogeneous chiplet floorplans. Each combines a fixed structural family, a per-chiplet power/activity workload, the fixed v2.0 thermal configuration, and a HotSpot-generated 64×64 Layer-0 temperature field in kelvin.
ChipTherm is the research project that generated and uses the dataset. The release is… See the full description on the dataset page: https://huggingface.co/datasets/clanoman/hotspot-chiplet-floorplan-thermal.New_Floorplan_demo_datasetFloorPlan-VLN-R2Rus-architectural-floorplan-sft
🏠 US Architectural Floor Plan SFT Dataset
A conversational (ChatML) dataset for training LLMs to generate residential floor plans following US architectural conventions and IRC (International Residential Code) standards.
Dataset Details
Size: 12,000 examples (11,500 train / 500 test)
Format: Conversational ChatML (messages column with system/user/assistant turns)
Language: English
License: Apache 2.0
Composition
Source
Count
Type… See the full description on the dataset page: https://huggingface.co/datasets/Nithins03/us-architectural-floorplan-sft.floorplan-evacuation-simulationindian-floorplans-evalfloorplan-room-segmentation
Floorplans Dataset
This dataset is derived from the Floorplans Diff dataset and has been curated by removing all unannotated images to ensure clean and consistent training data.
It is designed for semantic image segmentation, specifically focusing on identifying and segmenting rooms within floorplan images.
Each sample consists of an image paired with a corresponding segmentation mask, enabling models to learn pixel-level classification for the room class.
Origin
This… See the full description on the dataset page: https://huggingface.co/datasets/peaceAsh/floorplan-room-segmentation.floor-plan-labelled-properlyfloorplan-evacuation-simulation2Floorplan_Dataset_21022024floorplan-edit-instructions
Dataset Card for Floorplan Diff Instructions
Summary
This dataset contains textual instructions generated by LLMs that describe semantic and spatial differences between two floorplan images. The goal is to support tasks such as layout editing, design revision, and instruction-following fine-tuning.
Each sample pairs two floorplans—original and target—along with a natural language instruction that explains how to transform the original into the target.
Use… See the full description on the dataset page: https://huggingface.co/datasets/JoaoMigSilva/floorplan-edit-instructions.FloorPlanCAD
Dataset Card for FloorPlanCAD (test split)
This is a FiftyOne dataset with 5308 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("Voxel51/FloorPlanCAD")
# Launch the App
session = fo.launch_app(dataset)
Dataset Details… See the full description on the dataset page: https://huggingface.co/datasets/Andreasvdb5/FloorPlanCAD.floorplan-aligned-strictfloor_plans
Dataset Card for Dataset Name
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Dataset Details
Dataset Description
Curated by: [More Information Needed]
Funded by [optional]: [More Information Needed]
Shared by [optional]: [More Information Needed]
Language(s) (NLP): [More Information Needed]
License: [More Information Needed]
Dataset Sources [optional]
Repository: [More… See the full description on the dataset page: https://huggingface.co/datasets/G-list/floor_plans.FloorPlanCADfloorplan-vlm-sft-dataset-flat
FloorplanVLM SFT Dataset (Flat)
A flattened HuggingFace dataset optimized for Unsloth Studio and other tools requiring flat column formats for VLM fine-tuning.
This is the flat version of BinniesHK-AI/floorplan-vlm-sft-dataset, which uses a chat-based messages format.
Dataset Structure
Column
Type
Description
image
PIL.Image
Floor plan image (F1_scaled.png from CubiCasa5K)
instruction
str
Combined system + user prompt (single text field for training)… See the full description on the dataset page: https://huggingface.co/datasets/BinniesHK-AI/floorplan-vlm-sft-dataset-flat.floor_planFloorPlan-VLNmasked-floorplans
Dataset Card for Masked Floorplans (Alpaca-style)
Summary
This dataset contains structured JSON representations of residential floorplans where one room has been removed (masked). Each example follows the Alpaca-style instruction format to fine-tune a language model to predict the missing room's geometric attributes based on a partial plan and a semantic conditioning signal.
Format
Each sample is a JSON object with the following fields:
instruction: A prompt… See the full description on the dataset page: https://huggingface.co/datasets/JoaoMigSilva/masked-floorplans.floorplansfloorplan_masks
