CyberDJ commited on
Commit
354ba39
·
verified ·
1 Parent(s): 124cc67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # Datacard
5
+ This is the official fine-tuning dataset provided by VLABench, with 500 episodes each task. The current version includes 10 primitive tasks.
6
+
7
+ ## Uses
8
+ Download all archive files and use the following command to extract:
9
+ ```sh
10
+ cat rdt_data.tar.gz.* | tar -xzvf -
11
+ ```