File size: 692 Bytes
cbf1667
 
36d9d98
 
 
7ef2350
 
 
 
36d9d98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7ef2350
 
 
 
 
 
36d9d98
7ef2350
36d9d98
7ef2350
 
cbf1667
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
---

license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: uniprot_id
    dtype: string
  - name: sequence
    dtype: string
  - name: type
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 820097166
    num_examples: 1570798
  - name: valid
    num_bytes: 45472181
    num_examples: 86911
  - name: test
    num_bytes: 45748704
    num_examples: 87838
  download_size: 439229406
  dataset_size: 911318051
---