tydymy commited on
Commit
87591d2
1 Parent(s): ec175f8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +134 -0
README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: '#genome'
5
+ dtype: string
6
+ - name: asm_name
7
+ dtype: string
8
+ - name: assembly_accession
9
+ dtype: string
10
+ - name: bioproject
11
+ dtype: string
12
+ - name: biosample
13
+ dtype: string
14
+ - name: wgs_master
15
+ dtype: float64
16
+ - name: seq_rel_date
17
+ dtype: string
18
+ - name: submitter
19
+ dtype: string
20
+ - name: ftp_path
21
+ dtype: string
22
+ - name: img_id
23
+ dtype: float64
24
+ - name: gtdb_id
25
+ dtype: string
26
+ - name: scope
27
+ dtype: string
28
+ - name: assembly_level
29
+ dtype: string
30
+ - name: genome_rep
31
+ dtype: string
32
+ - name: refseq_category
33
+ dtype: string
34
+ - name: release_type
35
+ dtype: string
36
+ - name: taxid
37
+ dtype: float64
38
+ - name: species_taxid
39
+ dtype: float64
40
+ - name: organism_name
41
+ dtype: string
42
+ - name: infraspecific_name
43
+ dtype: string
44
+ - name: isolate
45
+ dtype: string
46
+ - name: superkingdom
47
+ dtype: string
48
+ - name: phylum
49
+ dtype: string
50
+ - name: class
51
+ dtype: string
52
+ - name: order
53
+ dtype: string
54
+ - name: family
55
+ dtype: string
56
+ - name: genus
57
+ dtype: string
58
+ - name: species
59
+ dtype: string
60
+ - name: classified
61
+ dtype: bool
62
+ - name: unique_name
63
+ dtype: string
64
+ - name: lv1_group
65
+ dtype: string
66
+ - name: lv2_group
67
+ dtype: string
68
+ - name: score_faa
69
+ dtype: float64
70
+ - name: score_fna
71
+ dtype: float64
72
+ - name: score_rrna
73
+ dtype: float64
74
+ - name: score_trna
75
+ dtype: float64
76
+ - name: total_length
77
+ dtype: float64
78
+ - name: contigs
79
+ dtype: float64
80
+ - name: gc
81
+ dtype: float64
82
+ - name: n50
83
+ dtype: float64
84
+ - name: l50
85
+ dtype: float64
86
+ - name: proteins
87
+ dtype: float64
88
+ - name: protein_length
89
+ dtype: float64
90
+ - name: coding_density
91
+ dtype: float64
92
+ - name: completeness
93
+ dtype: float64
94
+ - name: contamination
95
+ dtype: float64
96
+ - name: strain_heterogeneity
97
+ dtype: float64
98
+ - name: markers
99
+ dtype: float64
100
+ - name: 5s_rrna
101
+ dtype: string
102
+ - name: 16s_rrna
103
+ dtype: string
104
+ - name: 23s_rrna
105
+ dtype: string
106
+ - name: trnas
107
+ dtype: float64
108
+ - name: draft_quality
109
+ dtype: string
110
+ - name: start_position
111
+ dtype: int64
112
+ - name: autotrain_text
113
+ dtype: string
114
+ - name: autotrain_label
115
+ dtype:
116
+ class_label:
117
+ names:
118
+ '0': 0
119
+ '1': 1
120
+ splits:
121
+ - name: train
122
+ num_bytes: 70411052
123
+ num_examples: 100000
124
+ download_size: 14677704
125
+ dataset_size: 70411052
126
+ configs:
127
+ - config_name: default
128
+ data_files:
129
+ - split: train
130
+ path: data/train-*
131
+ ---
132
+ # Dataset Card for "autotrain-data-human_dna_classify_150bp"
133
+
134
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)