Update README.md

#1
by IAMJB HF staff - opened
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -119,4 +119,16 @@ with torch.inference_mode():
119
  stopping_criteria=[stopping_criteria],
120
  )
121
  pred = tokenizer.batch_decode(output_ids, skip_special_tokens=True)[0].strip()
 
 
 
 
 
 
 
 
 
 
 
 
122
  ```
 
119
  stopping_criteria=[stopping_criteria],
120
  )
121
  pred = tokenizer.batch_decode(output_ids, skip_special_tokens=True)[0].strip()
122
+ ```
123
+
124
+ ```
125
+ @misc{shen2024longvuspatiotemporaladaptivecompression,
126
+ title={LongVU: Spatiotemporal Adaptive Compression for Long Video-Language Understanding},
127
+ author={Xiaoqian Shen and Yunyang Xiong and Changsheng Zhao and Lemeng Wu and Jun Chen and Chenchen Zhu and Zechun Liu and Fanyi Xiao and Balakrishnan Varadarajan and Florian Bordes and Zhuang Liu and Hu Xu and Hyunwoo J. Kim and Bilge Soran and Raghuraman Krishnamoorthi and Mohamed Elhoseiny and Vikas Chandra},
128
+ year={2024},
129
+ eprint={2410.17434},
130
+ archivePrefix={arXiv},
131
+ primaryClass={cs.CV},
132
+ url={https://arxiv.org/abs/2410.17434},
133
+ }
134
  ```