File size: 805 Bytes
6814acc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
39
40
41
42
43
44
45
46
---
dataset_info:
  features:
  - name: V3
    dtype: float64
  - name: V4
    dtype: float64
  - name: V7
    dtype: float64
  - name: V10
    dtype: float64
  - name: V12
    dtype: float64
  - name: V14
    dtype: float64
  - name: V16
    dtype: float64
  - name: V17
    dtype: float64
  - name: Class
    dtype: float64
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 22190528
    num_examples: 273535
  - name: validation
    num_bytes: 4386760
    num_examples: 54074
  - name: test
    num_bytes: 4386431
    num_examples: 54070
  download_size: 24455231
  dataset_size: 30963719
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---