File size: 651 Bytes
2c83d87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: sequence
    dtype: string
  - name: length
    dtype: int64
  - name: entropy
    dtype: float64
  - name: uniprot_id
    dtype: string
  - name: structure_seq
    dtype: string
  splits:
  - name: train
    num_bytes: 27992201082
    num_examples: 41546293
  - name: valid
    num_bytes: 56227843
    num_examples: 82929
  - name: test
    num_bytes: 40340418
    num_examples: 48941
  download_size: 24431671700
  dataset_size: 28088769343
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---