ybelkada HF staff commited on
Commit
886d71f
1 Parent(s): 724af6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -169,3 +169,26 @@ print(processor.decode(predictions[0], skip_special_tokens=True))
169
  # Contribution
170
 
171
  This model was originally contributed by Kenton Lee, Mandar Joshi et al. and added to the Hugging Face ecosystem by [Younes Belkada](https://huggingface.co/ybelkada).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  # Contribution
170
 
171
  This model was originally contributed by Kenton Lee, Mandar Joshi et al. and added to the Hugging Face ecosystem by [Younes Belkada](https://huggingface.co/ybelkada).
172
+
173
+ # Citation
174
+
175
+ If you want to cite this work, please consider citing the original paper:
176
+ ```
177
+ @misc{https://doi.org/10.48550/arxiv.2210.03347,
178
+ doi = {10.48550/ARXIV.2210.03347},
179
+
180
+ url = {https://arxiv.org/abs/2210.03347},
181
+
182
+ author = {Lee, Kenton and Joshi, Mandar and Turc, Iulia and Hu, Hexiang and Liu, Fangyu and Eisenschlos, Julian and Khandelwal, Urvashi and Shaw, Peter and Chang, Ming-Wei and Toutanova, Kristina},
183
+
184
+ keywords = {Computation and Language (cs.CL), Computer Vision and Pattern Recognition (cs.CV), FOS: Computer and information sciences, FOS: Computer and information sciences},
185
+
186
+ title = {Pix2Struct: Screenshot Parsing as Pretraining for Visual Language Understanding},
187
+
188
+ publisher = {arXiv},
189
+
190
+ year = {2022},
191
+
192
+ copyright = {Creative Commons Attribution 4.0 International}
193
+ }
194
+ ```