ZhangYuanhan commited on
Commit
65c395d
1 Parent(s): 9f16f1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -236,4 +236,14 @@ print(text_outputs)
236
  - **Orchestration:** [Huggingface Trainer](https://huggingface.co/docs/transformers/main_classes/trainer)
237
  - **Neural networks:** [PyTorch](https://github.com/pytorch/pytorch)
238
 
239
- # Citation
 
 
 
 
 
 
 
 
 
 
 
236
  - **Orchestration:** [Huggingface Trainer](https://huggingface.co/docs/transformers/main_classes/trainer)
237
  - **Neural networks:** [PyTorch](https://github.com/pytorch/pytorch)
238
 
239
+ # Citation
240
+
241
+ @misc{zhang2024videoinstructiontuningsynthetic,
242
+ title={Video Instruction Tuning With Synthetic Data},
243
+ author={Yuanhan Zhang and Jinming Wu and Wei Li and Bo Li and Zejun Ma and Ziwei Liu and Chunyuan Li},
244
+ year={2024},
245
+ eprint={2410.02713},
246
+ archivePrefix={arXiv},
247
+ primaryClass={cs.CV},
248
+ url={https://arxiv.org/abs/2410.02713},
249
+ }