Datasets:
Add image-to-text task category (#2)
Browse files- Add image-to-text task category (932d3c347d724167648756dcf8c748b74d3a5aeb)
Co-authored-by: Niels Rogge <[email protected]>
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">
|