Upload folder using huggingface_hub
#14
by
infinitysugam - opened
README.md
CHANGED
|
@@ -6,20 +6,23 @@ language:
|
|
| 6 |
- en
|
| 7 |
---
|
| 8 |
|
| 9 |
-
# π Clip-CC Dataset
|
| 10 |
|
| 11 |
-
**Clip-CC** is a
|
| 12 |
|
| 13 |
---
|
| 14 |
|
| 15 |
## π§Ύ Dataset Summary
|
| 16 |
|
| 17 |
-
-
|
| 18 |
-
-
|
| 19 |
-
-
|
|
|
|
|
|
|
| 20 |
|
| 21 |
---
|
| 22 |
|
|
|
|
| 23 |
## π‘ Use Cases
|
| 24 |
|
| 25 |
- Video summarization and caption generation
|
|
@@ -36,7 +39,7 @@ Each entry has:
|
|
| 36 |
| Field | Description |
|
| 37 |
|------------|------------------------------------------|
|
| 38 |
| `id` | Unique ID, e.g., `001` |
|
| 39 |
-
| `
|
| 40 |
| `summary` | Human-written summary of video content |
|
| 41 |
|
| 42 |
### π Example
|
|
@@ -44,6 +47,6 @@ Each entry has:
|
|
| 44 |
```json
|
| 45 |
{
|
| 46 |
"id": "001",
|
| 47 |
-
"
|
| 48 |
-
"summary": "
|
| 49 |
}
|
|
|
|
| 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 |
---
|
| 14 |
|
| 15 |
## π§Ύ Dataset Summary
|
| 16 |
|
| 17 |
+
- π₯ 200 movie clips from well-known films
|
| 18 |
+
- πΊ Each clip is referenced via a YouTube link
|
| 19 |
+
- π Each clip includes a human-written summary describing the scene
|
| 20 |
+
- πΎ All metadata is stored in a .jsonl file (metadata.jsonl)
|
| 21 |
+
|
| 22 |
|
| 23 |
---
|
| 24 |
|
| 25 |
+
|
| 26 |
## π‘ Use Cases
|
| 27 |
|
| 28 |
- Video summarization and caption generation
|
|
|
|
| 39 |
| Field | Description |
|
| 40 |
|------------|------------------------------------------|
|
| 41 |
| `id` | Unique ID, e.g., `001` |
|
| 42 |
+
| `file_link`| YouTube link to the movie clip |
|
| 43 |
| `summary` | Human-written summary of video content |
|
| 44 |
|
| 45 |
### π Example
|
|
|
|
| 47 |
```json
|
| 48 |
{
|
| 49 |
"id": "001",
|
| 50 |
+
"file_link": "https://www.youtube.com/watch?v=zRFatzj_5do",
|
| 51 |
+
"summary": "A musical performance scene from Pitch Perfect showcasing a lively rendition of 'I've Got the Magic in Me'."
|
| 52 |
}
|