Upload folder using huggingface_hub
#11
by
infinitysugam - opened
README.md
CHANGED
|
@@ -14,9 +14,9 @@ language:
|
|
| 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 (`
|
| 20 |
|
| 21 |
---
|
| 22 |
|
|
@@ -33,17 +33,17 @@ language:
|
|
| 33 |
|
| 34 |
Each entry has:
|
| 35 |
|
| 36 |
-
| Field
|
| 37 |
-
|
| 38 |
-
| `id`
|
| 39 |
-
| `
|
| 40 |
-
| `summary`
|
| 41 |
|
| 42 |
### π Example
|
| 43 |
|
| 44 |
```json
|
| 45 |
{
|
| 46 |
-
"id": "
|
| 47 |
-
"video": "
|
| 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 |
}
|