puar-playground
commited on
Commit
•
29007ce
1
Parent(s):
b44c470
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,17 @@ base_model:
|
|
8 |
- lmsys/vicuna-7b-v1.5
|
9 |
pipeline_tag: text2text-generation
|
10 |
---
|
|
|
11 |
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.
|
12 |
|
13 |
-
The inference code of [TextLap](https://github.com/puar-playground/TextLap) is available in the GitHub repo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- lmsys/vicuna-7b-v1.5
|
9 |
pipeline_tag: text2text-generation
|
10 |
---
|
11 |
+
## TextLap (graphic design)
|
12 |
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.
|
13 |
|
14 |
+
The inference code of [TextLap](https://github.com/puar-playground/TextLap) is available in the GitHub repo.
|
15 |
+
|
16 |
+
## Reference
|
17 |
+
```
|
18 |
+
@article{chen2024textlap,
|
19 |
+
title={TextLap: Customizing Language Models for Text-to-Layout Planning},
|
20 |
+
author={Chen, Jian and Zhang, Ruiyi and Zhou, Yufan and Healey, Jennifer and Gu, Jiuxiang and Xu, Zhiqiang and Chen, Changyou},
|
21 |
+
journal={arXiv preprint arXiv:2410.12844},
|
22 |
+
year={2024}
|
23 |
+
}
|
24 |
+
```
|