rol09 commited on
Commit
608a122
·
verified ·
1 Parent(s): 2d6e7aa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -4,6 +4,8 @@ task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
 
 
7
  configs:
8
  - config_name: default
9
  data_files: data/*/*.parquet
@@ -33,15 +35,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "so_follower",
36
- "total_episodes": 111,
37
- "total_frames": 36343,
38
  "total_tasks": 3,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 30,
43
  "splits": {
44
- "train": "0:111"
45
  },
46
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
@@ -131,6 +133,13 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
131
  1
132
  ],
133
  "names": null
 
 
 
 
 
 
 
134
  }
135
  }
136
  }
 
4
  - robotics
5
  tags:
6
  - LeRobot
7
+ - YOT
8
+ - T
9
  configs:
10
  - config_name: default
11
  data_files: data/*/*.parquet
 
35
  {
36
  "codebase_version": "v3.0",
37
  "robot_type": "so_follower",
38
+ "total_episodes": 108,
39
+ "total_frames": 35319,
40
  "total_tasks": 3,
41
  "chunks_size": 1000,
42
  "data_files_size_in_mb": 100,
43
  "video_files_size_in_mb": 200,
44
  "fps": 30,
45
  "splits": {
46
+ "train": "0:108"
47
  },
48
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
49
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
 
133
  1
134
  ],
135
  "names": null
136
+ },
137
+ "episode_tag": {
138
+ "dtype": "string",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
  }
144
  }
145
  }