Datasets:
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -84,7 +84,7 @@ The structure of the dataset files is as follows:
|
|
84 |
robusto-1_extended/
|
85 |
├── README.md
|
86 |
├── metadata.jsonl
|
87 |
-
└──
|
88 |
├── Robusto 1_1.mp4
|
89 |
├── Robusto 1_2.mp4
|
90 |
└── ...
|
@@ -93,7 +93,7 @@ robusto-1_extended/
|
|
93 |
|
94 |
- `README.md`: Contains the dataset description and YAML metadata at the top.
|
95 |
- `metadata.jsonl`: File storing video metadata in JSON Lines format.
|
96 |
-
- `
|
97 |
|
98 |
|
99 |
## Short Q&A:
|
|
|
84 |
robusto-1_extended/
|
85 |
├── README.md
|
86 |
├── metadata.jsonl
|
87 |
+
└── train/
|
88 |
├── Robusto 1_1.mp4
|
89 |
├── Robusto 1_2.mp4
|
90 |
└── ...
|
|
|
93 |
|
94 |
- `README.md`: Contains the dataset description and YAML metadata at the top.
|
95 |
- `metadata.jsonl`: File storing video metadata in JSON Lines format.
|
96 |
+
- `train/`: Directory containing all `.mp4` video files.
|
97 |
|
98 |
|
99 |
## Short Q&A:
|