nielsr HF Staff commited on
Commit
7e8777a
·
verified ·
1 Parent(s): 8638b8b

Add model card

Browse files

This PR adds a model card for the RuleMaze model. It links to the paper, project page, and GitHub repository, and adds the appropriate pipeline tag and library name metadata.

Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: image-text-to-text
4
+ ---
5
+
6
+ This repository contains the RuleMaze model checkpoint, a LoRA-fine-tuned version of Qwen2.5-VL-3B for rule-compliant visual spatial planning in multimodal large language models. The model is introduced in the paper [RuleMaze: Rule-Compliant Visual Spatial Planning for Multimodal Large Language Models](https://huggingface.co/papers/2608.20237).
7
+
8
+ For more details about the benchmark, dataset, and training pipeline, please refer to the [project page](https://fish-03.github.io/RULEMAZE/) and the [GitHub repository](https://github.com/oceanflowlab/RuleMaze).