robox-tech commited on
Commit
56b4882
·
verified ·
1 Parent(s): 6140a09

Wire up dataset viewer config

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -6,6 +6,15 @@ tags:
6
  - embodied-ai
7
  - ego-task
8
  - robox
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  # RoboX-EgoTask
 
6
  - embodied-ai
7
  - ego-task
8
  - robox
9
+ configs:
10
+ - config_name: clips
11
+ data_files:
12
+ - split: train
13
+ path: data/train.jsonl
14
+ - split: validation
15
+ path: data/val.jsonl
16
+ - split: test
17
+ path: data/test.jsonl
18
  ---
19
 
20
  # RoboX-EgoTask