File size: 558 Bytes
36893bb
 
 
f5254b3
69b63a4
 
 
 
 
36893bb
 
 
 
69b63a4
 
36893bb
 
c14fa86
83e55cc
 
c14fa86
83e55cc
c14fa86
 
36893bb
 
 
 
 
83e55cc
 
36893bb
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
---
dataset_info:
  features:
  - name: image
    struct:
    - name: bytes
      dtype: binary
    - name: path
      dtype: string
  - name: text
    dtype: string
  - name: target
    dtype: string
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 24015794
    num_examples: 1950
  - name: test
    num_bytes: 2672526
    num_examples: 217
  download_size: 23097478
  dataset_size: 26688320
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---