Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ library_name: transformers
|
|
16 |
***This 100M model is still under development***
|
17 |
|
18 |
100M LLaMA arch model trained for TIPO.<br>
|
19 |
-
Tech Report: https://
|
20 |
|
21 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/630593e2fca1d8d92b81d2a1/fc9ovmARapQmgq9DZ7ApJ.png)
|
22 |
|
@@ -86,14 +86,13 @@ For research purpose, this model is released under Apache-2.0 License.
|
|
86 |
|
87 |
### Citation
|
88 |
```bibtex
|
89 |
-
@misc{
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
Source code available at \url{https://github.com/KohakuBlueleaf/KGen}},
|
98 |
}
|
99 |
```
|
|
|
16 |
***This 100M model is still under development***
|
17 |
|
18 |
100M LLaMA arch model trained for TIPO.<br>
|
19 |
+
Tech Report: https://arxiv.org/abs/2411.08127
|
20 |
|
21 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/630593e2fca1d8d92b81d2a1/fc9ovmARapQmgq9DZ7ApJ.png)
|
22 |
|
|
|
86 |
|
87 |
### Citation
|
88 |
```bibtex
|
89 |
+
@misc{yeh2024tipotextimagetext,
|
90 |
+
title={TIPO: Text to Image with Text Presampling for Prompt Optimization},
|
91 |
+
author={Shih-Ying Yeh and Sang-Hyun Park and Giyeong Oh and Min Song and Youngjae Yu},
|
92 |
+
year={2024},
|
93 |
+
eprint={2411.08127},
|
94 |
+
archivePrefix={arXiv},
|
95 |
+
primaryClass={cs.CV},
|
96 |
+
url={https://arxiv.org/abs/2411.08127},
|
|
|
97 |
}
|
98 |
```
|