File size: 617 Bytes
21bf968 72fd429 9a5b279 32f5a6b 72fd429 21bf968 | 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 | ---
dataset_info:
features:
- name: id
dtype: string
- name: sequence
dtype: large_string
- name: length
dtype: int64
- name: entropy
dtype: float64
splits:
- name: train
num_bytes: 66832516254.0
num_examples: 207148723
- name: valid
num_bytes: 15687558.0
num_examples: 50000
- name: test
num_bytes: 17042228.0
num_examples: 50000
download_size: 107865557547
dataset_size: 66865246040.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: valid
path: data/valid-*
- split: test
path: data/test-*
---
|