File size: 812 Bytes
bc03c96 |
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 |
---
dataset_info:
features:
- name: seq
dtype: string
- name: seq_len
dtype: int64
- name: id
dtype: string
- 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: two_d
sequence:
sequence: float64
- name: img
sequence:
sequence:
sequence: float64
splits:
- name: train
num_bytes: 253192724
num_examples: 1000
download_size: 41316687
dataset_size: 253192724
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|