Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -9,5 +9,26 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
---
|
|
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
+
|
13 |
|
14 |
+
# Video-STaR 1M Dataset Demo
|
15 |
+
|
16 |
+
[🖥️ [Website](https://orrzohar.github.io/projects/video-star/)]
|
17 |
+
[📰 [Paper](https://arxiv.org/abs/2407.06189)]
|
18 |
+
[💫 [Code](https://github.com/orrzohar/Video-STaR)]
|
19 |
+
[🤗 [dataset](https://huggingface.co/datasets/orrzohar/Video-STaR)]
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
## ✏️ Citation
|
26 |
+
If you find our paper and code useful in your research, please consider giving a star :star: and citation :pencil:.
|
27 |
+
```BibTeX
|
28 |
+
@inproceedings{zohar2024videostar,
|
29 |
+
title = {Video-STaR: Self-Training Enables Video Instruction Tuning with Any Supervision},
|
30 |
+
author = {Zohar, Orr and Wang, Xiaohan and Bitton, Yonatan and Szpektor, Idan and Yeung-levy, Serena},
|
31 |
+
year = {2024},
|
32 |
+
booktitle = {arXiv preprint arXiv:2407.06189},
|
33 |
+
}
|
34 |
+
```
|