Datasets:
Add image-to-text task category
Browse filesThis PR adds the `image-to-text` task category to the dataset card.
README.md
CHANGED
@@ -20,9 +20,10 @@ configs:
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
|
|
|
|
23 |
---
|
24 |
|
25 |
-
|
26 |
<h1 align="center"> Text-Based Reasoning About Vector Graphics </h1>
|
27 |
|
28 |
<p align="center">
|
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
+
task_categories:
|
24 |
+
- image-to-text
|
25 |
---
|
26 |
|
|
|
27 |
<h1 align="center"> Text-Based Reasoning About Vector Graphics </h1>
|
28 |
|
29 |
<p align="center">
|