File size: 2,160 Bytes
d3c160e 065522c 284a360 065522c 284a360 065522c 284a360 065522c 284a360 065522c 284a360 065522c d3c160e |
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
---
license: cc-by-nc-sa-4.0
configs:
- config_name: default
data_files:
- split: 512bp__train
path: data/512bp__train-*
- split: 512bp__val
path: data/512bp__val-*
- split: 256bp__val
path: data/256bp__val-*
- split: 2048bp__val
path: data/2048bp__val-*
- split: 1024bp__val
path: data/1024bp__val-*
- split: 256bp__train
path: data/256bp__train-*
- split: 2048bp__train
path: data/2048bp__train-*
- split: 1024bp__train
path: data/1024bp__train-*
- split: 512bp__test
path: data/512bp__test-*
- split: 256bp__test
path: data/256bp__test-*
- split: 2048bp__test
path: data/2048bp__test-*
- split: 1024bp__test
path: data/1024bp__test-*
dataset_info:
features:
- name: segment_id
dtype: string
- name: class_label
dtype: string
- name: ds_type
dtype: string
- name: y
dtype: int64
- name: seg_length
dtype: int64
- name: host_taxon_id
dtype: int64
- name: contig_id
dtype: string
- name: segment_start
dtype: int64
- name: segment_end
dtype: int64
- name: segment
dtype: string
splits:
- name: 512bp__train
num_bytes: 7025814587
num_examples: 11345050
- name: 512bp__val
num_bytes: 753184531
num_examples: 1221859
- name: 256bp__val
num_bytes: 926118821
num_examples: 2567510
- name: 2048bp__val
num_bytes: 503601026
num_examples: 234064
- name: 1024bp__val
num_bytes: 628183822
num_examples: 556862
- name: 256bp__train
num_bytes: 8374435705
num_examples: 23039574
- name: 2048bp__train
num_bytes: 5627548499
num_examples: 2612018
- name: 1024bp__train
num_bytes: 6229292044
num_examples: 5508064
- name: 512bp__test
num_bytes: 752774227
num_examples: 1219205
- name: 256bp__test
num_bytes: 929117030
num_examples: 2568710
- name: 2048bp__test
num_bytes: 505394481
num_examples: 234780
- name: 1024bp__test
num_bytes: 625999502
num_examples: 554444
download_size: 15419866013
dataset_size: 32881464275
---
|