ekazakos commited on
Commit
e5a5544
·
verified ·
1 Parent(s): d2aa8cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,10 +1,10 @@
1
- ---
2
- pipeline_tag: video-text-to-text
3
- library_name: transformers
4
- datasets:
5
- - ekazakos/HowToGround1M
6
- - ekazakos/iGround
7
- ---
8
 
9
  # GROVE Model: Large-scale Pre-training for Grounded Video Caption Generation
10
 
@@ -118,10 +118,10 @@ outputs = processor.generate(
118
  ---
119
 
120
  ```bibtex
121
- @article{kazakos2025grove,
122
- title={Large-scale Pre-training for Grounded Video Caption Generation},
123
- author={Evangelos Kazakos and Cordelia Schmid and Josef Sivic},
124
- journal={arXiv preprint arXiv:2503.10781},
125
- year={2025}
126
  }
127
  ```
 
1
+ ---
2
+ pipeline_tag: video-text-to-text
3
+ library_name: transformers
4
+ datasets:
5
+ - ekazakos/HowToGround1M
6
+ - ekazakos/iGround
7
+ ---
8
 
9
  # GROVE Model: Large-scale Pre-training for Grounded Video Caption Generation
10
 
 
118
  ---
119
 
120
  ```bibtex
121
+ @inproceedings{kazakos2025grove,
122
+ title = {Large-scale Pre-training for Grounded Video Caption Generation},
123
+ author = {Evangelos Kazakos and Cordelia Schmid and Josef Sivic},
124
+ booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
125
+ year = {2025}
126
  }
127
  ```