Dunant commited on
Commit
d085ab3
·
verified ·
1 Parent(s): 4285b4d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- └── videos/
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
- - `videos/`: Directory containing all `.mp4` video files.
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: