Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:

Upload folder using huggingface_hub

#14
by infinitysugam - opened
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -6,20 +6,23 @@ language:
6
  - en
7
  ---
8
 
9
- # πŸ“š Clip-CC Dataset
10
 
11
- **Clip-CC** is a high-quality dataset of 200 short educational videos (1 minute 30 seconds each) paired with human-written summaries. It’s designed for tasks like video summarization, video-language alignment, and multimodal learning.
12
 
13
  ---
14
 
15
  ## 🧾 Dataset Summary
16
 
17
- - 🎞️ 200 videos: Named `1.mp4` to `200.mp4`
18
- - πŸ“ Each video has a concise human-written summary
19
- - πŸ“‚ File references stored in a JSONL file (`metadata.jsonl`) with paths to each video
 
 
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
- | `file_name`| Relative path to video file |
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
- "file_name": "clips/1.mp4",
48
- "summary": "An introduction to gravitational force using animations."
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
  }