File size: 622 Bytes
5f72e47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8415b7a
 
 
9c629c5
 
 
 
 
5f72e47
 
 
 
 
8415b7a
 
9c629c5
 
5f72e47
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
---
dataset_info:
  features:
  - name: problem
    dtype: string
  - name: answer
    dtype: string
  - name: textual_description
    dtype: string
  - name: images
    list: image
  - name: id
    dtype: int64
  splits:
  - name: train
    num_bytes: 109295075
    num_examples: 2101
  - name: val
    num_bytes: 7367187
    num_examples: 300
  - name: test
    num_bytes: 15000445
    num_examples: 601
  download_size: 73013597
  dataset_size: 131662707
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---