Upload dataset
Browse files- Antibody–Antigen/train-00000-of-00001.parquet +3 -0
- README.md +24 -3
Antibody–Antigen/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3792b9462f831828a58a5c7a2f0b6fd0eace5f83a27a7f8b77b107da3e215ec0
|
| 3 |
+
size 2528
|
README.md
CHANGED
|
@@ -1,10 +1,31 @@
|
|
| 1 |
---
|
| 2 |
pretty_name: M-Boltz Hackathon Submissions
|
| 3 |
configs:
|
| 4 |
-
- config_name: Antibody–Antigen
|
| 5 |
-
data_files: antibody-antigen/*
|
| 6 |
- config_name: Allosteric–Orthosteric
|
| 7 |
data_files: allosteric–orthosteric/*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- config_name: final
|
| 9 |
data_files: final/*
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
pretty_name: M-Boltz Hackathon Submissions
|
| 3 |
configs:
|
|
|
|
|
|
|
| 4 |
- config_name: Allosteric–Orthosteric
|
| 5 |
data_files: allosteric–orthosteric/*
|
| 6 |
+
- config_name: Antibody–Antigen
|
| 7 |
+
data_files:
|
| 8 |
+
- split: train
|
| 9 |
+
path: Antibody–Antigen/train-*
|
| 10 |
- config_name: final
|
| 11 |
data_files: final/*
|
| 12 |
+
dataset_info:
|
| 13 |
+
config_name: Antibody–Antigen
|
| 14 |
+
features:
|
| 15 |
+
- name: group_name
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: successful
|
| 18 |
+
dtype: int64
|
| 19 |
+
- name: high
|
| 20 |
+
dtype: int64
|
| 21 |
+
- name: medium
|
| 22 |
+
dtype: int64
|
| 23 |
+
- name: acceptable
|
| 24 |
+
dtype: int64
|
| 25 |
+
splits:
|
| 26 |
+
- name: train
|
| 27 |
+
num_bytes: 40
|
| 28 |
+
num_examples: 1
|
| 29 |
+
download_size: 2528
|
| 30 |
+
dataset_size: 40
|
| 31 |
+
---
|