merve HF staff commited on
Commit
a0bf7ff
1 Parent(s): 7eff6f6

Add citation

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -53,4 +53,15 @@ Below, we can see a few examples of MNIST digits being mapped to a discrete late
53
  ![Discrete](discrete_code.png)
54
 
55
  ## Next Steps
56
- The keras example details of this model shows it can be paired with a PixelCNN for novel image generation. Check out the example linked above to try it yourself.
 
 
 
 
 
 
 
 
 
 
 
 
53
  ![Discrete](discrete_code.png)
54
 
55
  ## Next Steps
56
+ The keras example details of this model shows it can be paired with a PixelCNN for novel image generation. Check out the example linked above to try it yourself.
57
+
58
+ ## Citation
59
+
60
+ ```bibtex
61
+ @article{beyer2024paligemma,
62
+ title={{PaliGemma: A versatile 3B VLM for transfer}},
63
+ author={Lucas Beyer* and Andreas Steiner* and André Susano Pinto* and Alexander Kolesnikov* and Xiao Wang* and Daniel Salz and Maxim Neumann and Ibrahim Alabdulmohsin and Michael Tschannen and Emanuele Bugliarello and Thomas Unterthiner and Daniel Keysers and Skanda Koppula and Fangyu Liu and Adam Grycner and Alexey Gritsenko and Neil Houlsby and Manoj Kumar and Keran Rong and Julian Eisenschlos and Rishabh Kabra and Matthias Bauer and Matko Bošnjak and Xi Chen and Matthias Minderer and Paul Voigtlaender and Ioana Bica and Ivana Balazevic and Joan Puigcerver and Pinelopi Papalampidi and Olivier Henaff and Xi Xiong and Radu Soricut and Jeremiah Harmsen and Xiaohua Zhai*},
64
+ year={2024},
65
+ journal={arXiv preprint arXiv:2407.07726}
66
+ }
67
+ ```