puar-playground commited on
Commit
a8b9c7b
1 Parent(s): cec3540

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -9,9 +9,18 @@ base_model:
9
  pipeline_tag: text-generation
10
  ---
11
 
12
- ## Model
13
  This model is fine-tuned on [lmsys/vicuna-7b-v1.5](https://huggingface.co/lmsys/vicuna-7b-v1.5) using image layout data extracted from the MS-COCO dataset.
14
 
15
- ## Uses
16
  The inference code and prompt format is availabe at the GitHub repo: [TextLap](https://github.com/puar-playground/TextLap).
17
 
 
 
 
 
 
 
 
 
 
 
 
9
  pipeline_tag: text-generation
10
  ---
11
 
12
+ ## TextLap (Image layout)
13
  This model is fine-tuned on [lmsys/vicuna-7b-v1.5](https://huggingface.co/lmsys/vicuna-7b-v1.5) using image layout data extracted from the MS-COCO dataset.
14
 
 
15
  The inference code and prompt format is availabe at the GitHub repo: [TextLap](https://github.com/puar-playground/TextLap).
16
 
17
+
18
+ ## Reference
19
+ ```
20
+ @article{chen2024textlap,
21
+ title={TextLap: Customizing Language Models for Text-to-Layout Planning},
22
+ author={Chen, Jian and Zhang, Ruiyi and Zhou, Yufan and Healey, Jennifer and Gu, Jiuxiang and Xu, Zhiqiang and Chen, Changyou},
23
+ journal={arXiv preprint arXiv:2410.12844},
24
+ year={2024}
25
+ }
26
+ ```