File size: 564 Bytes
78c6f5b
 
 
 
 
 
 
 
 
 
936f0f2
 
 
578a686
 
 
d4e94a4
 
 
 
936f0f2
78c6f5b
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: sequence
    dtype: string
  - name: length
    dtype: int64
  - name: entropy
    dtype: float64
  splits:
  - name: train
    num_bytes: 121483596.0
    num_examples: 917423
  - name: valid
    num_bytes: 133412.0
    num_examples: 1000
  - name: test
    num_bytes: 132192.0
    num_examples: 1000
  download_size: 228820094
  dataset_size: 121749200.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---