futurefantasy commited on
Commit
4fab428
·
verified ·
1 Parent(s): 031421a

Add release_bundle_manifest.json

Browse files
Files changed (1) hide show
  1. release_bundle_manifest.json +52 -0
release_bundle_manifest.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "portable_image_root": "_extracted_frames",
3
+ "path_prefix_placeholder": "__VLAC2_RELEASE_ROOT__",
4
+ "train_exclude_group_prefixes": [
5
+ "en_",
6
+ "gpt_"
7
+ ],
8
+ "train": {
9
+ "benchmark_json": "benchmark_json/train/video_progress_benchmark_file.json",
10
+ "row_count": 24652,
11
+ "path_prefix_placeholder": "__VLAC2_RELEASE_ROOT__"
12
+ },
13
+ "tests": [
14
+ {
15
+ "benchmark_json": "benchmark_json/test_expert_seen/video_progress_benchmark_file.json",
16
+ "row_count": 1043,
17
+ "path_prefix_placeholder": "__VLAC2_RELEASE_ROOT__",
18
+ "mode": "rebuilt_from_pkl",
19
+ "bucket": "test_expert_seen"
20
+ },
21
+ {
22
+ "benchmark_json": "benchmark_json/test_expert_unseen/video_progress_benchmark_file.json",
23
+ "row_count": 1043,
24
+ "path_prefix_placeholder": "__VLAC2_RELEASE_ROOT__",
25
+ "mode": "rebuilt_from_pkl",
26
+ "bucket": "test_expert_unseen"
27
+ },
28
+ {
29
+ "benchmark_json": "benchmark_json/test_nonexpert_seen/video_progress_benchmark_file.json",
30
+ "row_count": 713,
31
+ "path_prefix_placeholder": "__VLAC2_RELEASE_ROOT__",
32
+ "mode": "rebuilt_from_pkl",
33
+ "bucket": "test_nonexpert_seen"
34
+ },
35
+ {
36
+ "benchmark_json": "benchmark_json/test_nonexpert_unseen/video_progress_benchmark_file.json",
37
+ "row_count": 716,
38
+ "path_prefix_placeholder": "__VLAC2_RELEASE_ROOT__",
39
+ "mode": "rebuilt_from_pkl",
40
+ "bucket": "test_nonexpert_unseen"
41
+ }
42
+ ],
43
+ "included_scripts": [
44
+ "scripts/extract_vlac2_release_frames.py",
45
+ "scripts/vlac2_release_common.py"
46
+ ],
47
+ "copied_docs": [
48
+ "docs/vlac2_public_release.md"
49
+ ],
50
+ "split_summary": "benchmark_json/split_summary.json",
51
+ "generated_marker": "_extracted_frames/_GENERATED"
52
+ }