LeonOverload commited on
Commit
de6ed86
·
verified ·
1 Parent(s): c6c594b

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -61,3 +61,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
61
  jsonl/part-00000.jsonl filter=lfs diff=lfs merge=lfs -text
62
  raw_json/primo-bench/behavior-1k/id.json filter=lfs diff=lfs merge=lfs -text
63
  raw_json/primo-bench/real-humanoid/ood.json filter=lfs diff=lfs merge=lfs -text
 
 
 
61
  jsonl/part-00000.jsonl filter=lfs diff=lfs merge=lfs -text
62
  raw_json/primo-bench/behavior-1k/id.json filter=lfs diff=lfs merge=lfs -text
63
  raw_json/primo-bench/real-humanoid/ood.json filter=lfs diff=lfs merge=lfs -text
64
+ jsonl_subsets/behavior-1k-id/part-00000.jsonl filter=lfs diff=lfs merge=lfs -text
65
+ jsonl_subsets/real-humanoid-ood/part-00000.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -5,6 +5,39 @@ task_categories:
5
  - video-text-to-text
6
  language:
7
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # PRIMO Bench JSON
@@ -15,6 +48,7 @@ This repository contains JSON annotations for **PRIMO**.
15
 
16
  - `raw_json/`: original JSON files copied from the PRIMO release layout
17
  - `jsonl/`: flattened JSONL shards for better Hugging Face Data Studio preview
 
18
  - `summary.json`: row/shard metadata generated at build time
19
 
20
  ## Split Type
@@ -53,3 +87,16 @@ print(len(rows))
53
  - Total rows: **23704**
54
  - Shards: **1**
55
  - Shard size: **50000**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - video-text-to-text
6
  language:
7
  - en
8
+ configs:
9
+ - config_name: all
10
+ data_files:
11
+ - split: train
12
+ path: "jsonl/part-*.jsonl"
13
+ - config_name: agibot-id
14
+ data_files:
15
+ - split: train
16
+ path: "jsonl_subsets/agibot-id/part-*.jsonl"
17
+ - config_name: agibot-ood
18
+ data_files:
19
+ - split: train
20
+ path: "jsonl_subsets/agibot-ood/part-*.jsonl"
21
+ - config_name: behavior-1k-id
22
+ data_files:
23
+ - split: train
24
+ path: "jsonl_subsets/behavior-1k-id/part-*.jsonl"
25
+ - config_name: behavior-1k-ood
26
+ data_files:
27
+ - split: train
28
+ path: "jsonl_subsets/behavior-1k-ood/part-*.jsonl"
29
+ - config_name: real-humanoid-ood
30
+ data_files:
31
+ - split: train
32
+ path: "jsonl_subsets/real-humanoid-ood/part-*.jsonl"
33
+ - config_name: robotwin-id
34
+ data_files:
35
+ - split: train
36
+ path: "jsonl_subsets/robotwin-id/part-*.jsonl"
37
+ - config_name: robotwin-ood
38
+ data_files:
39
+ - split: train
40
+ path: "jsonl_subsets/robotwin-ood/part-*.jsonl"
41
  ---
42
 
43
  # PRIMO Bench JSON
 
48
 
49
  - `raw_json/`: original JSON files copied from the PRIMO release layout
50
  - `jsonl/`: flattened JSONL shards for better Hugging Face Data Studio preview
51
+ - `jsonl_subsets/`: subset-specific JSONL shards used by Dataset Viewer config selector
52
  - `summary.json`: row/shard metadata generated at build time
53
 
54
  ## Split Type
 
87
  - Total rows: **23704**
88
  - Shards: **1**
89
  - Shard size: **50000**
90
+
91
+ ## Viewer Subsets
92
+
93
+ The Hugging Face Dataset Viewer subset selector maps to these configs:
94
+
95
+ - `all`
96
+ - `agibot-id`
97
+ - `agibot-ood`
98
+ - `behavior-1k-id`
99
+ - `behavior-1k-ood`
100
+ - `real-humanoid-ood`
101
+ - `robotwin-id`
102
+ - `robotwin-ood`
jsonl_subsets/agibot-id/part-00000.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
jsonl_subsets/agibot-ood/part-00000.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
jsonl_subsets/behavior-1k-id/part-00000.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da98b542f1eac4b55515849e2cb6f697d84605024d242c29dfc23137614a30fb
3
+ size 14351793
jsonl_subsets/behavior-1k-ood/part-00000.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
jsonl_subsets/real-humanoid-ood/part-00000.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dae22609eb678c59352aebe677775f8b3df8bbb08c19f62687d914b9ed23d405
3
+ size 13778732
jsonl_subsets/robotwin-id/part-00000.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
jsonl_subsets/robotwin-ood/part-00000.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
summary.json CHANGED
@@ -11,5 +11,43 @@
11
  "primo-bench/robotwin/id.json",
12
  "primo-bench/robotwin/ood.json",
13
  "primo-bench/real-humanoid/ood.json"
14
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  }
 
11
  "primo-bench/robotwin/id.json",
12
  "primo-bench/robotwin/ood.json",
13
  "primo-bench/real-humanoid/ood.json"
14
+ ],
15
+ "default_config": "all",
16
+ "subset_jsonl": {
17
+ "agibot-id": {
18
+ "rows": 3000,
19
+ "jsonl_shards": 1,
20
+ "path": "jsonl_subsets/agibot-id"
21
+ },
22
+ "agibot-ood": {
23
+ "rows": 3000,
24
+ "jsonl_shards": 1,
25
+ "path": "jsonl_subsets/agibot-ood"
26
+ },
27
+ "behavior-1k-id": {
28
+ "rows": 3999,
29
+ "jsonl_shards": 1,
30
+ "path": "jsonl_subsets/behavior-1k-id"
31
+ },
32
+ "behavior-1k-ood": {
33
+ "rows": 3000,
34
+ "jsonl_shards": 1,
35
+ "path": "jsonl_subsets/behavior-1k-ood"
36
+ },
37
+ "real-humanoid-ood": {
38
+ "rows": 4791,
39
+ "jsonl_shards": 1,
40
+ "path": "jsonl_subsets/real-humanoid-ood"
41
+ },
42
+ "robotwin-id": {
43
+ "rows": 3000,
44
+ "jsonl_shards": 1,
45
+ "path": "jsonl_subsets/robotwin-id"
46
+ },
47
+ "robotwin-ood": {
48
+ "rows": 2914,
49
+ "jsonl_shards": 1,
50
+ "path": "jsonl_subsets/robotwin-ood"
51
+ }
52
+ }
53
  }