File size: 664 Bytes
0c5b607
 
 
 
 
 
 
 
 
33504b4
 
0c5b607
 
 
 
 
 
33504b4
 
 
 
 
 
 
 
 
 
0c5b607
 
 
 
 
33504b4
 
 
 
0c5b607
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: id
    dtype: int64
  - name: text
    dtype: string
  - name: label
    dtype: int64
  - name: manual
    dtype: string
  - name: question
    dtype: string
  splits:
  - name: train
    num_bytes: 14925582.0
    num_examples: 331
  - name: validation
    num_bytes: 5243015.0
    num_examples: 61
  - name: test
    num_bytes: 2709831.0
    num_examples: 66
  download_size: 15799164
  dataset_size: 22878428.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---