nielsr HF staff commited on
Commit
b7910c6
·
verified ·
1 Parent(s): 28c5c15

Add task category and library name

Browse files

This PR adds the `image-classification` task category and `pytorch` library name.

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -40,7 +40,12 @@ configs:
40
  path: data/heptagons_with_visual_cues-*
41
  - split: arrow_on_plus_with_visual_cues
42
  path: data/arrow_on_plus_with_visual_cues-*
 
 
 
 
43
  ---
 
44
  # Forgotten Polygons: Multimodal Large Language Models are Shape-Blind
45
 
46
  This dataset is part of the work **"Forgotten Polygons: Multimodal Large Language Models are Shape-Blind"**.
 
40
  path: data/heptagons_with_visual_cues-*
41
  - split: arrow_on_plus_with_visual_cues
42
  path: data/arrow_on_plus_with_visual_cues-*
43
+ task_categories:
44
+ - image-classification
45
+ library_name:
46
+ - pytorch
47
  ---
48
+
49
  # Forgotten Polygons: Multimodal Large Language Models are Shape-Blind
50
 
51
  This dataset is part of the work **"Forgotten Polygons: Multimodal Large Language Models are Shape-Blind"**.