Add task category and links to paper, project page, and GitHub repository
#27
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,13 +1,16 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
- en
|
| 7 |
---
|
| 8 |
|
| 9 |
# 📚 Clip-CC Dataset (Movie Clips Edition)
|
| 10 |
|
|
|
|
|
|
|
| 11 |
**Clip-CC** is a curated dataset of 200 movie clips sourced from YouTube, each paired with a human-written summary and each video clipped to 1 minute and 30 second. It is designed for tasks such as video summarization, multimodal learning, and video-language alignment using real-world entertainment content.
|
| 12 |
|
| 13 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
task_categories:
|
| 6 |
+
- video-text-to-text
|
| 7 |
+
- summarization
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# 📚 Clip-CC Dataset (Movie Clips Edition)
|
| 11 |
|
| 12 |
+
[Paper](https://huggingface.co/papers/2608.04302) | [Project Page](https://multimodal-intelligence-lab.github.io/CLIP-CC-Bench) | [GitHub](https://github.com/Multimodal-Intelligence-Lab/CLIP-CC-Bench)
|
| 13 |
+
|
| 14 |
**Clip-CC** is a curated dataset of 200 movie clips sourced from YouTube, each paired with a human-written summary and each video clipped to 1 minute and 30 second. It is designed for tasks such as video summarization, multimodal learning, and video-language alignment using real-world entertainment content.
|
| 15 |
|
| 16 |
---
|