Fix YAML indentation and keep real_dap10_boxes split config
Browse files
README.md
CHANGED
|
@@ -9,6 +9,15 @@ language:
|
|
| 9 |
pretty_name: VLM Plant Sim
|
| 10 |
size_categories:
|
| 11 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# VLM Plant Sim
|
|
|
|
| 9 |
pretty_name: VLM Plant Sim
|
| 10 |
size_categories:
|
| 11 |
- 10K<n<100K
|
| 12 |
+
configs:
|
| 13 |
+
- config_name: default
|
| 14 |
+
data_files:
|
| 15 |
+
- split: synthetic
|
| 16 |
+
path: manifests/synthetic.jsonl
|
| 17 |
+
- split: real
|
| 18 |
+
path: manifests/real.jsonl
|
| 19 |
+
- split: real_dap10_boxes
|
| 20 |
+
path: manifests/initial_plant.jsonl
|
| 21 |
---
|
| 22 |
|
| 23 |
# VLM Plant Sim
|