File size: 723 Bytes
bbf80cd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: labels
    dtype:
      class_label:
        names:
          '0': Poor
          '1': Fair
          '2': Good
          '3': Great
          '4': Excellent
          '5': Not Applicable
  splits:
  - name: train
    num_bytes: 17827628663.32
    num_examples: 44368
  - name: test
    num_bytes: 954213459.76
    num_examples: 2244
  - name: validation
    num_bytes: 1972754616.625
    num_examples: 4475
  download_size: 20875588311
  dataset_size: 20754596739.704998
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---