Datasets:
Add task category
Browse filesThis PR adds the VLM category.
README.md
CHANGED
|
@@ -8,13 +8,13 @@ dataset_info:
|
|
| 8 |
dtype: string
|
| 9 |
splits:
|
| 10 |
- name: large
|
| 11 |
-
num_bytes: 4887309
|
| 12 |
num_examples: 300
|
| 13 |
- name: small
|
| 14 |
-
num_bytes: 694935
|
| 15 |
num_examples: 50
|
| 16 |
download_size: 5582337
|
| 17 |
-
dataset_size: 5582244
|
| 18 |
configs:
|
| 19 |
- config_name: default
|
| 20 |
data_files:
|
|
@@ -22,6 +22,8 @@ configs:
|
|
| 22 |
path: data/large-*
|
| 23 |
- split: small
|
| 24 |
path: data/small-*
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
|
| 27 |
# RotBench
|
|
@@ -64,4 +66,4 @@ If you find our data useful in your research, please cite the following paper:
|
|
| 64 |
primaryClass={cs.CV},
|
| 65 |
url={https://arxiv.org/abs/2508.13968},
|
| 66 |
}
|
| 67 |
-
```
|
|
|
|
| 8 |
dtype: string
|
| 9 |
splits:
|
| 10 |
- name: large
|
| 11 |
+
num_bytes: 4887309
|
| 12 |
num_examples: 300
|
| 13 |
- name: small
|
| 14 |
+
num_bytes: 694935
|
| 15 |
num_examples: 50
|
| 16 |
download_size: 5582337
|
| 17 |
+
dataset_size: 5582244
|
| 18 |
configs:
|
| 19 |
- config_name: default
|
| 20 |
data_files:
|
|
|
|
| 22 |
path: data/large-*
|
| 23 |
- split: small
|
| 24 |
path: data/small-*
|
| 25 |
+
task_categories:
|
| 26 |
+
- image-text-to-text
|
| 27 |
---
|
| 28 |
|
| 29 |
# RotBench
|
|
|
|
| 66 |
primaryClass={cs.CV},
|
| 67 |
url={https://arxiv.org/abs/2508.13968},
|
| 68 |
}
|
| 69 |
+
```
|