Upload folder using huggingface_hub
#21
by
infinitysugam - opened
README.md
CHANGED
|
@@ -15,16 +15,16 @@ language:
|
|
| 15 |
|
| 16 |
## 📑 Table of Contents
|
| 17 |
|
| 18 |
-
- [
|
| 19 |
-
- [
|
| 20 |
-
- [
|
| 21 |
-
- [
|
| 22 |
-
- [
|
| 23 |
-
- [
|
| 24 |
|
| 25 |
---
|
| 26 |
|
| 27 |
-
##
|
| 28 |
|
| 29 |
- 🎥 200 movie clips from well-known films
|
| 30 |
- 📺 Each clip is referenced via a YouTube link
|
|
@@ -35,7 +35,7 @@ language:
|
|
| 35 |
---
|
| 36 |
|
| 37 |
|
| 38 |
-
##
|
| 39 |
|
| 40 |
- Video summarization and caption generation
|
| 41 |
- Vision-Language alignment
|
|
@@ -44,7 +44,7 @@ language:
|
|
| 44 |
|
| 45 |
---
|
| 46 |
|
| 47 |
-
##
|
| 48 |
|
| 49 |
Each entry has:
|
| 50 |
|
|
@@ -54,7 +54,7 @@ Each entry has:
|
|
| 54 |
| `file_link`| YouTube link to the movie clip |
|
| 55 |
| `summary` | Human-written summary of video content |
|
| 56 |
|
| 57 |
-
###
|
| 58 |
|
| 59 |
```json
|
| 60 |
{
|
|
@@ -66,7 +66,7 @@ Each entry has:
|
|
| 66 |
---
|
| 67 |
|
| 68 |
|
| 69 |
-
|
| 70 |
|
| 71 |
```code
|
| 72 |
from datasets import load_dataset
|
|
@@ -78,7 +78,7 @@ dataset = load_dataset("IVSL-SDSU/Clip-CC")
|
|
| 78 |
print(dataset["train"][0])
|
| 79 |
```
|
| 80 |
|
| 81 |
-
|
| 82 |
|
| 83 |
```json
|
| 84 |
|
|
@@ -91,7 +91,7 @@ print(dataset["train"][0])
|
|
| 91 |
---
|
| 92 |
|
| 93 |
|
| 94 |
-
###
|
| 95 |
|
| 96 |
- The Clip-CC dataset contains references (via YouTube links) to publicly available movie clips. No video files are hosted or redistributed through this dataset—only links to existing content on YouTube are included.
|
| 97 |
|
|
|
|
| 15 |
|
| 16 |
## 📑 Table of Contents
|
| 17 |
|
| 18 |
+
- [Dataset Summary](#dataset-summary)
|
| 19 |
+
- [Use Cases](#use-cases)
|
| 20 |
+
- [Dataset Structure](#dataset-structure)
|
| 21 |
+
- [Example](#example)
|
| 22 |
+
- [Usage](#usage)
|
| 23 |
+
- [Disclaimers](#disclaimers)
|
| 24 |
|
| 25 |
---
|
| 26 |
|
| 27 |
+
## Dataset Summary
|
| 28 |
|
| 29 |
- 🎥 200 movie clips from well-known films
|
| 30 |
- 📺 Each clip is referenced via a YouTube link
|
|
|
|
| 35 |
---
|
| 36 |
|
| 37 |
|
| 38 |
+
## Use Cases
|
| 39 |
|
| 40 |
- Video summarization and caption generation
|
| 41 |
- Vision-Language alignment
|
|
|
|
| 44 |
|
| 45 |
---
|
| 46 |
|
| 47 |
+
## Dataset Structure
|
| 48 |
|
| 49 |
Each entry has:
|
| 50 |
|
|
|
|
| 54 |
| `file_link`| YouTube link to the movie clip |
|
| 55 |
| `summary` | Human-written summary of video content |
|
| 56 |
|
| 57 |
+
### Example
|
| 58 |
|
| 59 |
```json
|
| 60 |
{
|
|
|
|
| 66 |
---
|
| 67 |
|
| 68 |
|
| 69 |
+
## Usage
|
| 70 |
|
| 71 |
```code
|
| 72 |
from datasets import load_dataset
|
|
|
|
| 78 |
print(dataset["train"][0])
|
| 79 |
```
|
| 80 |
|
| 81 |
+
### Sample Output
|
| 82 |
|
| 83 |
```json
|
| 84 |
|
|
|
|
| 91 |
---
|
| 92 |
|
| 93 |
|
| 94 |
+
### Disclaimers
|
| 95 |
|
| 96 |
- The Clip-CC dataset contains references (via YouTube links) to publicly available movie clips. No video files are hosted or redistributed through this dataset—only links to existing content on YouTube are included.
|
| 97 |
|