File size: 760 Bytes
ee412d8
 
 
 
 
 
 
 
 
 
29007ce
b44c470
ee412d8
29007ce
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
license: mit
datasets:
- puar-playground/crello-cap
language:
- en
base_model:
- lmsys/vicuna-7b-v1.5
pipeline_tag: text2text-generation
---
## TextLap (graphic design)
This is the graphic design layout planning model proposed in [TextLap](https://arxiv.org/abs/2410.12844): Customizing Language Models for Text-to-Layout Planning.

The inference code of [TextLap](https://github.com/puar-playground/TextLap) is available in the GitHub repo.

## Reference
```
@article{chen2024textlap,
  title={TextLap: Customizing Language Models for Text-to-Layout Planning},
  author={Chen, Jian and Zhang, Ruiyi and Zhou, Yufan and Healey, Jennifer and Gu, Jiuxiang and Xu, Zhiqiang and Chen, Changyou},
  journal={arXiv preprint arXiv:2410.12844},
  year={2024}
}
```