Datasets:
chore: add bare timeseries tag, remove ineffective modality field
Browse files
README.md
CHANGED
|
@@ -1,34 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
| 4 |
task_categories:
|
| 5 |
-
|
| 6 |
- robotics
|
| 7 |
-
|
| 8 |
tags:
|
| 9 |
-
|
| 10 |
- LeRobot
|
| 11 |
-
|
| 12 |
- so100
|
| 13 |
-
|
| 14 |
- tutorial
|
| 15 |
-
|
| 16 |
- robot
|
| 17 |
-
|
| 18 |
- imitation-learning
|
| 19 |
-
|
| 20 |
- tsfile
|
| 21 |
-
|
| 22 |
-
|
| 23 |
- format:tsfile
|
| 24 |
-
|
| 25 |
configs:
|
| 26 |
- config_name: default
|
| 27 |
data_files:
|
| 28 |
- split: train
|
| 29 |
path: data/5position.tsfile
|
| 30 |
-
modality:
|
| 31 |
-
- timeseries
|
| 32 |
size_categories:
|
| 33 |
- 10K<n<100K
|
| 34 |
---
|
|
@@ -36,6 +23,7 @@ size_categories:
|
|
| 36 |
|
| 37 |
|
| 38 |
|
|
|
|
| 39 |
# 5position
|
| 40 |
|
| 41 |
This dataset is a TsFile conversion of
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
task_categories:
|
|
|
|
| 4 |
- robotics
|
|
|
|
| 5 |
tags:
|
|
|
|
| 6 |
- LeRobot
|
|
|
|
| 7 |
- so100
|
|
|
|
| 8 |
- tutorial
|
|
|
|
| 9 |
- robot
|
|
|
|
| 10 |
- imitation-learning
|
|
|
|
| 11 |
- tsfile
|
|
|
|
|
|
|
| 12 |
- format:tsfile
|
| 13 |
+
- timeseries
|
| 14 |
configs:
|
| 15 |
- config_name: default
|
| 16 |
data_files:
|
| 17 |
- split: train
|
| 18 |
path: data/5position.tsfile
|
|
|
|
|
|
|
| 19 |
size_categories:
|
| 20 |
- 10K<n<100K
|
| 21 |
---
|
|
|
|
| 23 |
|
| 24 |
|
| 25 |
|
| 26 |
+
|
| 27 |
# 5position
|
| 28 |
|
| 29 |
This dataset is a TsFile conversion of
|