sequence_with_tiers / README.md
mawairon's picture
Rename tier{N}_included -> excluded_by_tier{N} (default); values unchanged
980a6e6 verified
|
Raw
History Blame Contribute Delete
920 Bytes
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: sequence_id
dtype: string
- name: description
dtype: string
- name: sequence
dtype: string
- name: length
dtype: int64
- name: common_taxid
dtype: string
- name: member_taxids
list: string
- name: member_accessions
list: string
- name: excluded_by_tier1
dtype: bool
- name: excluded_by_tier2
dtype: bool
- name: excluded_by_tier3
dtype: bool
- name: excluded_by_tier4
dtype: bool
- name: excluded_by_tier5
dtype: bool
- name: excluded_by_tier6
dtype: bool
splits:
- name: train
num_bytes: 32747371647
num_examples: 58123438
- name: validation
num_bytes: 166927248
num_examples: 294377
download_size: 27945093332
dataset_size: 32914298895
---