zgcarvalho
commited on
Commit
•
0642939
1
Parent(s):
b1c4314
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,28 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
pretty_name: UniProtKB/Swiss-Prot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Dataset Card for UniProtKB/Swiss-Prot
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
pretty_name: UniProtKB/Swiss-Prot
|
4 |
+
configs:
|
5 |
+
- config_name: default
|
6 |
+
data_files:
|
7 |
+
- split: train
|
8 |
+
path: data/train-*
|
9 |
+
- split: test
|
10 |
+
path: data/test-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: accession
|
14 |
+
dtype: string
|
15 |
+
- name: sequence
|
16 |
+
dtype: string
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_bytes: 171338188.2167982
|
20 |
+
num_examples: 456125
|
21 |
+
- name: test
|
22 |
+
num_bytes: 42834828.78320182
|
23 |
+
num_examples: 114032
|
24 |
+
download_size: 213941424
|
25 |
+
dataset_size: 214173017.0
|
26 |
---
|
27 |
|
28 |
# Dataset Card for UniProtKB/Swiss-Prot
|