KBlueLeaf commited on
Commit
371c622
·
verified ·
1 Parent(s): fd5085d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
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://kblueleaf.net/document/TIPO-tech-report.pdf
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{yeh2024tipo,
90
- title = {TIPO: Text to Image with text presampling for Prompt Optimization},
91
- author = {Yeh, Shih-Ying},
92
- year = {2024},
93
- month = {10},
94
- day = {6},
95
- note = {Technical report available at \url{https://kblueleaf.net/document/TIPO-tech-report.pdf}.
96
- Model available at \url{https://huggingface.co/KBlueLeaf/TIPO-500M}.
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
  ```