adhdmi commited on
Commit
aa5431a
·
verified ·
1 Parent(s): 30c43ca

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +3 -1
meta/info.json CHANGED
@@ -9,7 +9,9 @@
9
  "video_files_size_in_mb": 200,
10
  "fps": 20,
11
  "splits": {
12
- "train": "0:100"
 
 
13
  },
14
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
 
9
  "video_files_size_in_mb": 200,
10
  "fps": 20,
11
  "splits": {
12
+ "train": "0:100",
13
+ "val_fraction": 0.1,
14
+ "val_seed": 42
15
  },
16
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
17
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",