Datasets:
zgcarvalho
commited on
Commit
•
4d76bf4
1
Parent(s):
4f07350
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -8,6 +8,58 @@ config_names:
|
|
8 |
tags:
|
9 |
- biology
|
10 |
- protein
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Dataset Card for Observed Antibody Space
|
|
|
8 |
tags:
|
9 |
- biology
|
10 |
- protein
|
11 |
+
dataset_info:
|
12 |
+
config_name: paired
|
13 |
+
features:
|
14 |
+
- name: sequence_heavy
|
15 |
+
dtype: string
|
16 |
+
- name: sequence_light
|
17 |
+
dtype: string
|
18 |
+
- name: cdr1_heavy
|
19 |
+
dtype: string
|
20 |
+
- name: cdr2_heavy
|
21 |
+
dtype: string
|
22 |
+
- name: cdr3_heavy
|
23 |
+
dtype: string
|
24 |
+
- name: fwr1_heavy
|
25 |
+
dtype: string
|
26 |
+
- name: fwr2_heavy
|
27 |
+
dtype: string
|
28 |
+
- name: fwr3_heavy
|
29 |
+
dtype: string
|
30 |
+
- name: fwr4_heavy
|
31 |
+
dtype: string
|
32 |
+
- name: cdr1_light
|
33 |
+
dtype: string
|
34 |
+
- name: cdr2_light
|
35 |
+
dtype: string
|
36 |
+
- name: cdr3_light
|
37 |
+
dtype: string
|
38 |
+
- name: fwr1_light
|
39 |
+
dtype: string
|
40 |
+
- name: fwr2_light
|
41 |
+
dtype: string
|
42 |
+
- name: fwr3_light
|
43 |
+
dtype: string
|
44 |
+
- name: fwr4_light
|
45 |
+
dtype: string
|
46 |
+
- name: species
|
47 |
+
dtype: string
|
48 |
+
- name: vaccine
|
49 |
+
dtype: string
|
50 |
+
- name: disease
|
51 |
+
dtype: string
|
52 |
+
splits:
|
53 |
+
- name: train
|
54 |
+
num_bytes: 985822519
|
55 |
+
num_examples: 1777462
|
56 |
+
download_size: 0
|
57 |
+
dataset_size: 985822519
|
58 |
+
configs:
|
59 |
+
- config_name: paired
|
60 |
+
data_files:
|
61 |
+
- split: train
|
62 |
+
path: paired/train-*
|
63 |
---
|
64 |
|
65 |
# Dataset Card for Observed Antibody Space
|