File size: 622 Bytes
93dc31c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: sample_id
    dtype: string
  - name: study_name
    dtype: string
  - name: pH
    dtype: float64
  - name: sequences
    list: string
  - name: num_sequences
    dtype: int64
  - name: total_DNA_length
    dtype: int64
  - name: sample
    dtype: string
  - name: environment
    dtype: string
  - name: Bacteria
    dtype: bool
  - name: Archaea
    dtype: bool
  splits:
  - name: train
    num_bytes: 708289541
    num_examples: 2661
  download_size: 256736309
  dataset_size: 708289541
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---