File size: 910 Bytes
5462f04
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
37
38
39
40
41
42
---
dataset_info:
  features:
  - name: primary
    dtype: string
  - name: fold_label
    dtype: int64
  - name: protein_length
    dtype: int64
  splits:
  - name: train
    num_bytes: 2304809
    num_examples: 12312
  - name: validation
    num_bytes: 139108
    num_examples: 736
  - name: test_fold_holdout
    num_bytes: 121259
    num_examples: 718
  - name: test_superfamily_holdout
    num_bytes: 258155
    num_examples: 1254
  - name: test_family_holdout
    num_bytes: 231687
    num_examples: 1272
  download_size: 2690656
  dataset_size: 3055018
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test_fold_holdout
    path: data/test_fold_holdout-*
  - split: test_superfamily_holdout
    path: data/test_superfamily_holdout-*
  - split: test_family_holdout
    path: data/test_family_holdout-*
---