Add project page link and pipeline tag (#1)
Browse files- Add project page link and pipeline tag (7a95cee7941584761a25441319831aaa97499cf6)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,20 +1,21 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nc-sa-4.0
|
| 3 |
library_name: peek
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
---
|
| 12 |
|
| 13 |
-
# PEEK: Picking Essential frames
|
| 14 |
|
| 15 |
-
This repository hosts the **pretrained weights** for [**PEEK: Picking Essential
|
| 16 |
-
frames via Efficient Knowledge distillation**](https://arxiv.org/abs/2605.31029), a query-free frame selector for low-budget video captioning.
|
| 17 |
|
|
|
|
| 18 |
- **Code (Apache-2.0):** https://github.com/momentslab/peek
|
| 19 |
- **Weights (this repo, CC-BY-NC-SA-4.0):** `peek_base.safetensors`
|
| 20 |
|
|
@@ -82,4 +83,4 @@ python scripts/infer.py path/to/video.mp4 --k 4
|
|
| 82 |
year={2026},
|
| 83 |
url={https://arxiv.org/abs/2605.31029}
|
| 84 |
}
|
| 85 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: peek
|
| 3 |
+
license: cc-by-nc-sa-4.0
|
| 4 |
+
pipeline_tag: other
|
| 5 |
tags:
|
| 6 |
+
- video
|
| 7 |
+
- frame-selection
|
| 8 |
+
- frame-sampling
|
| 9 |
+
- video-captioning
|
| 10 |
+
- knowledge-distillation
|
| 11 |
+
- video-language-model
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# PEEK: Picking Essential frames via Efficient Knowledge distillation
|
| 15 |
|
| 16 |
+
This repository hosts the **pretrained weights** for [**PEEK: Picking Essential frames via Efficient Knowledge distillation**](https://arxiv.org/abs/2605.31029), a query-free frame selector for low-budget video captioning.
|
|
|
|
| 17 |
|
| 18 |
+
- **Project Page:** https://www.killian-steunou.com/peek
|
| 19 |
- **Code (Apache-2.0):** https://github.com/momentslab/peek
|
| 20 |
- **Weights (this repo, CC-BY-NC-SA-4.0):** `peek_base.safetensors`
|
| 21 |
|
|
|
|
| 83 |
year={2026},
|
| 84 |
url={https://arxiv.org/abs/2605.31029}
|
| 85 |
}
|
| 86 |
+
```
|