nielsr HF staff commited on
Commit
b34b963
·
verified ·
1 Parent(s): 855d6b1

Add task category

Browse files

This PR adds the `image-text-to-text` task category to the dataset card.

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -25,7 +25,11 @@ dataset_info:
25
  num_examples: 60
26
  download_size: 5231483
27
  dataset_size: 16595970.0
 
 
28
  ---
 
 
29
  # Clock and Calendar Dataset
30
 
31
  ## Overview
@@ -79,3 +83,4 @@ The Calendar dataset contains images of yearly calendars with questions related
79
 
80
  ## Acknowledgments
81
  This dataset was compiled for research and development purposes.
 
 
25
  num_examples: 60
26
  download_size: 5231483
27
  dataset_size: 16595970.0
28
+ task_categories:
29
+ - image-text-to-text
30
  ---
31
+
32
+ ```markdown
33
  # Clock and Calendar Dataset
34
 
35
  ## Overview
 
83
 
84
  ## Acknowledgments
85
  This dataset was compiled for research and development purposes.
86
+ ```