Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,16 @@
|
|
| 1 |
# Models & Dataset for RDT Simulation Benchmark
|
| 2 |
|
| 3 |
-
##
|
| 4 |
|
| 5 |
-
Download demo_1k_part_
|
| 6 |
-
|
|
|
|
| 7 |
cat demo_1k_part_* > demo_1k.zip
|
| 8 |
unzip demo_1k.zip
|
| 9 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Models & Dataset for RDT Simulation Benchmark
|
| 2 |
|
| 3 |
+
## Dataset
|
| 4 |
|
| 5 |
+
Download the `demo_1k_part_*` files from this repository. To reconstruct and extract the complete dataset, execute the following commands:
|
| 6 |
+
|
| 7 |
+
```bash
|
| 8 |
cat demo_1k_part_* > demo_1k.zip
|
| 9 |
unzip demo_1k.zip
|
| 10 |
+
```
|
| 11 |
+
|
| 12 |
+
## Models
|
| 13 |
+
|
| 14 |
+
Each model's weights can be found within its respective directory.
|
| 15 |
+
|
| 16 |
+
For RDT, precomputed language embeddings are available in the `lang_embeds` directory for convenience.
|