File size: 563 Bytes
7855f67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: Description
    dtype: string
  splits:
  - name: train
    num_bytes: 1167101746.305
    num_examples: 8469
  - name: validation
    num_bytes: 262437769.696
    num_examples: 1816
  - name: test
    num_bytes: 264790837.295
    num_examples: 1815
  download_size: 1786652268
  dataset_size: 1694330353.2960002
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---