Generative Floor Plan Design with LLMs via RLVR
Collection
LoRA-based SFT adapters and RLVR-trained checkpoints for RPLAN floor-plan generation with Llama-3.3-70B-Instruct. • 9 items • Updated • 1
How to use ludolara/fp5-sft-Llama3.3-70B with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("models/Llama-3.3-70B-Instruct")
model = PeftModel.from_pretrained(base_model, "ludolara/fp5-sft-Llama3.3-70B")LoRA SFT adapter for generating 5-room RPLAN floor plans from structured room and adjacency specifications.
meta-llama/Llama-3.3-70B-Instructmodels/Llama-3.3-70B-Instructoutput/final/rplan5_2_70B_r64_a128_all| Metric | Value |
|---|---|
| Room Area error | 0.10 +/- 0.08 |
| Room ID recall | 1.00 +/- 0.00 |
| Overlap | 0.12 +/- 0.33 |
| Percent overlap | 0.00 +/- 0.02 |
| Compatibility | 0.02 +/- 0.16 |
| Diversity | 8.60 +/- 0.00 |
Use this adapter with the Llama-3.3-70B-Instruct base model to generate 5-room residential floor plans in the JSON format used by the paper. It is intended for research and evaluation on RPLAN-style floor-plan generation.
The model is specialized to the 5-room RPLAN task and may not generalize to other datasets, room-count regimes, architectural standards, or safety-critical design workflows.
Base model
meta-llama/Llama-3.1-70B