File size: 523 Bytes
1fe7dbb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image_path
    dtype: image
  - name: group_id
    dtype: string
  - name: entity_name
    dtype: string
  - name: entity_value
    dtype: string
  splits:
  - name: train
    num_bytes: 17664816315.373
    num_examples: 89999
  - name: test
    num_bytes: 1950131544.0
    num_examples: 10000
  download_size: 18589264488
  dataset_size: 19614947859.373
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---