File size: 509 Bytes
f6178ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: source_name
    dtype: string
  - name: attributes
    list:
    - name: attribute_id
      dtype: int64
    - name: attribute_measure
      dtype: string
    - name: attribute_name
      dtype: string
    - name: attribute_value
      dtype: string
  splits:
  - name: train
    num_bytes: 545705825
    num_examples: 784742
  download_size: 123316389
  dataset_size: 545705825
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---