File size: 1,051 Bytes
77f9826 |
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 47 48 49 50 51 52 53 54 55 56 |
---
dataset_info:
features:
- name: index
dtype: int64
- name: seq_len
dtype: int64
- name: id
dtype: int64
- name: name
dtype: string
- name: host
dtype: string
- name: species
dtype: string
- name: organism_name
dtype: string
- name: location_in_host
dtype: string
- name: family
dtype: string
- name: genus
dtype: string
- name: molecule_type
dtype: string
- name: decribtion_full
dtype: string
- name: chunked_seqs
dtype: string
- name: relative_position
dtype: int64
- name: number_of_chunks
dtype: int64
- name: percentage_position
dtype: float64
- name: sequence_quality
dtype: float64
- name: __index_level_0__
dtype: int64
- name: input_ids
sequence: int32
- name: attention_mask
sequence: int8
splits:
- name: train
num_bytes: 15877212771
num_examples: 1228012
download_size: 2073640389
dataset_size: 15877212771
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|