File size: 970 Bytes
4baae6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
license: mit
dataset_info:
  features:
  - name: problem_id
    dtype: int64
  - name: image
    dtype: image
  - name: prompt
    dtype: string
  - name: answer
    dtype: string
  - name: tier
    dtype:
      class_label:
        names:
          '0': EASY
          '1': MEDIUM
          '2': HARD
  splits:
  - name: easy
    num_bytes: 2231258.0
    num_examples: 50
  - name: medium
    num_bytes: 4348661.0
    num_examples: 10
  - name: hard
    num_bytes: 1030251.0
    num_examples: 5
  download_size: 3531412
  dataset_size: 7610170.0
configs:
- config_name: default
  data_files:
  - split: easy
    path: data/easy-*
  - split: medium
    path: data/medium-*
  - split: hard
    path: data/hard-*
---

Dataset containing a number of 2d game-style textured grids, with question-answer pairs relating to the contents of the image. Requires the model to precisely (on grid) locate various objects.

Dataset primarily produced by an anonymous collaborator.