File size: 641 Bytes
87295b1
 
5e27d6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87295b1
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: 7394643
    num_examples: 5372
  - name: test
    num_bytes: 1762809
    num_examples: 1344
  download_size: 4320921
  dataset_size: 9157452
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---