File size: 825 Bytes
173a67f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
---
dataset_info:
  features:
  - name: pdb_id
    dtype: string
  - name: chain_code
    dtype: string
  - name: seq
    dtype: string
  - name: sst8
    dtype: string
  - name: sst3
    dtype: string
  - name: len_x
    dtype: int64
  - name: has_nonstd_aa
    dtype: bool
  - name: len_y
    dtype: int64
  - name: method
    dtype: string
  - name: resol
    dtype: float64
  - name: rfac
    dtype: float64
  - name: freerfac
    dtype: float64
  - name: input_ids
    sequence: int32
  - name: attention_mask
    sequence: int8
  - name: special_tokens_mask
    sequence: int8
  - name: label
    sequence: int64
  splits:
  - name: train
    num_bytes: 829010
    num_examples: 100
  download_size: 66672
  dataset_size: 829010
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---