CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01metindeder /rplan-floorplan-editedimage10K<n<100K0 likes206 downloads5mo agoHugging Face02Nithins03 /us-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.texttext-generation10K<n<100K4 likes85 downloads5mo agoHugging Face03peaceAsh /floorplan-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.imageimage-segmentation1K<n<10K1 likes76 downloads10mo agoHugging Face04BinniesHK-AI /floorplan-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.imageimage-to-text1K<n<10K0 likes46 downloads3mo agoHugging Face05tilak1114 /FloorPlanCADimage1K<n<10K0 likes37 downloads9mo agoHugging Face06JoaoMigSilva /masked-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.text10K<n<100K0 likes32 downloads1y agoHugging Face07Cybernaut101 /floorplan_dataset_images_10000_simple_labels rPlan Floorplan Dataset (32x32) Floorplan images from the rPlan dataset, resized to 32x32 pixels. Stored as compressed Parquet with numpy arrays for efficient loading. Dataset Format Each sample contains: id: Image identifier (string) room_labels: 32x32 uint8 numpy array - basic room types (13 unique classes) interior_mask: 32x32 uint8 numpy array - interior/exterior mask (255 = interior, 0 = exterior) Room Color Mapping (13 Classes) Class ID Color… See the full description on the dataset page: https://huggingface.co/datasets/Cybernaut101/floorplan_dataset_images_10000_simple_labels.textimage-segmentation10K<n<100K1 likes30 downloads8mo agoHugging Face08johnmaj /floorplan_masksimage1K<n<10K1 likes27 downloads1y agoHugging Face09Cybernaut101 /floorplans_subset_10000 rPlan Floorplan Dataset (32x32, 10K subset) A subset of 10,000 floorplan images from the rPlan dataset, resized to 32x32 pixels. Stored as compressed Parquet with numpy arrays for efficient loading. Dataset Format Each sample contains: id: Image identifier (string) room_instances: 32x32 uint8 numpy array - room instance segmentation (35 unique classes) interior_mask: 32x32 uint8 numpy array - interior/exterior mask (255 = interior, 0 = exterior) Room Instance… See the full description on the dataset page: https://huggingface.co/datasets/Cybernaut101/floorplans_subset_10000.textimage-segmentation10K<n<100K0 likes26 downloads8mo agoHugging Face10Ahmed167 /floor-plans-dataset Dataset Card for "floor-plans-dataset" More Information needed imagen<1K2 likes25 downloads3y agoHugging Face11Bleking /floorplan_dataset_wilder_miniimagen<1K0 likes24 downloads2y agoHugging Face12Bleking /floorplan_testFloorplan test dataset in lmms-lab/llava-bench-in-the-wild(https://huggingface.co/datasets/lmms-lab/llava-bench-in-the-wild) style dataset_info: features: - name: question_id dtype: int64 - name: question dtype: string - name: image dtype: image - name: caption dtype: string - name: gpt_answer dtype: string - name: category dtype: string - name: image_id dtype: string splits: - name: test num_bytes: 1570067990.0 num_examples: 90… See the full description on the dataset page: https://huggingface.co/datasets/Bleking/floorplan_test.imagen<1K0 likes23 downloads2y agoHugging Face13bankole /floor-plans-datasetimage1K<n<10K3 likes23 downloads2y agoHugging Face14OmarAmir2001 /floor-plans-dataset Dataset Card for "floor-plans-dataset" More Information needed imagen<1K1 likes22 downloads3y agoHugging Face15johnmaj /floorplansimage1K<n<10K7 likes22 downloads1y agoHugging Face16DisgustingOzil /Floor_Plan_dataset Dataset Card for "Pak_Law_QA" from huggingface_hub import login login() from datasets import load_dataset import os # dataset = load_dataset("imagefolder", data_dir="/home/musab/Downloads/ROBIN/Dataset_3rooms/", split="train") # from datasets import load_dataset # Load dataset data_dir = "/home/musab/Downloads/ROBIN/Dataset_3rooms/" dataset = load_dataset("imagefolder", data_dir=data_dir, split="train") # Define a function that will be applied to each item def… See the full description on the dataset page: https://huggingface.co/datasets/DisgustingOzil/Floor_Plan_dataset.imagen<1K4 likes21 downloads2y agoHugging Face17jkanishkha0305 /floorplan-descriptionsimagen<1K1 likes21 downloads2y agoHugging Face18Guntakin /floorplan_dataset_images_10000_simple_labels rPlan Floorplan Dataset (16x16) Floorplan images from the rPlan dataset, resized to 16x16 pixels. Stored as compressed Parquet with numpy arrays for efficient loading. Dataset Format Each sample contains: id: Image identifier (string) room_labels: 16x16 uint8 numpy array - semantic room labels for residential spaces such as living room, kitchen, bathroom, bedroom, home office, accessible bathroom, winter garden, etc. interior_mask: 16x16 uint8 numpy array -… See the full description on the dataset page: https://huggingface.co/datasets/Guntakin/floorplan_dataset_images_10000_simple_labels.textimage-segmentation10K<n<100K0 likes21 downloads7mo agoHugging Face19Bleking /floorplan_dataset_wilderimagen<1K0 likes20 downloads2y agoHugging Face20FahadIqbal5188 /floorplan-SDXLimage10K<n<100K3 likes19 downloads2y agoHugging Face21tilak1114 /FloorPlanCAD-with-masksimage1K<n<10K0 likes19 downloads9mo agoHugging Face22gausubash /floorplan_maskimage1K<n<10K1 likes18 downloads1y agoHugging Face23ejazhabibdar /FloorPlanDesignimagen<1K1 likes12 downloads2y agoHugging Face24sharjeel103 /floor_plans_768imagen<1K0 likes12 downloads7mo agoHugging Face25aqhareus /floorplan-filtered-topdownimage1K<n<10K0 likes11 downloads9mo agoHugging Face26Ali-Hasan-Khan /mergred-200-labelled-floorplan-properlyimagen<1K0 likes10 downloads1y agoHugging Face27HamzaWajid1 /FloorPlans970Datasetimagen<1K0 likes9 downloads2y agoHugging Face28johnmaj /floorplans-testimagen<1K0 likes9 downloads1y agoHugging Face29HamzaWajid1 /FloorPlans200Datasetimagen<1K1 likes8 downloads1y agoHugging Face30gigio-br /Redimensionado_Floorplan_demo_datasettextn<1K0 likes7 downloads2y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.