File size: 609 Bytes
b7891d8
 
 
 
 
 
 
 
 
 
709187f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-4.0
task_categories:
- image-to-text
- table-to-text
language:
- en
pretty_name: SparseTable Bench Dataset
size_categories:
- 10K<n<100K
dataset_info:
  features:
  - name: image
    dtype: image
  - name: prompt
    dtype: string
  - name: answer
    dtype: string
  - name: html
    dtype: string
  - name: cells
    dtype: string
  - name: system
    dtype: string
  splits:
  - name: train
    num_bytes: 312502702.0
    num_examples: 10000
  download_size: 229824988
  dataset_size: 312502702.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---