File size: 634 Bytes
9fcf20a
 
270968b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9fcf20a
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
---
license: mit
dataset_info:
  features:
  - name: label
    dtype:
      class_label:
        names:
          '0': pseudogene
          '1': Uncharacterized_ORF
          '2': transposable_element_gene
          '3': Verified_ORF
          '4': Dubious_ORF
          '5': blocked_reading_frame
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 229173
    num_examples: 567
  - name: test
    num_bytes: 60195
    num_examples: 142
  download_size: 235530
  dataset_size: 289368
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---