Datasets:

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

Upload folder using huggingface_hub

#11
by infinitysugam - opened
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -14,9 +14,9 @@ language:
14
 
15
  ## 🧾 Dataset Summary
16
 
17
- - 🎞️ 200 videos: Named `1.mp4` to `200.mp4`s
18
  - πŸ“ Each video has a concise human-written summary
19
- - πŸ“‚ File references stored in a JSONL file (`data.jsonl`) with paths to each video
20
 
21
  ---
22
 
@@ -33,17 +33,17 @@ language:
33
 
34
  Each entry has:
35
 
36
- | Field | Description |
37
- |-----------|------------------------------------------|
38
- | `id` | Unique ID, e.g., `video_001` |
39
- | `video` | Relative path to video file |
40
- | `summary` | Human-written summary of video content |
41
 
42
  ### πŸ” Example
43
 
44
  ```json
45
  {
46
- "id": "video_001",
47
- "video": "videos/1.mp4",
48
  "summary": "An introduction to gravitational force using animations."
49
  }
 
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
 
 
33
 
34
  Each entry has:
35
 
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
43
 
44
  ```json
45
  {
46
+ "id": "001",
47
+ "video": "clips/1.mp4",
48
  "summary": "An introduction to gravitational force using animations."
49
  }