Update README.md
Browse files
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 |
+
```
|