ZhangYuanhan commited on
Commit
4b91af6
1 Parent(s): 3162c1f

Update README.md

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