Update README.md
Browse files
README.md
CHANGED
|
@@ -1,30 +1,16 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
| 4 |
-
# Description
|
| 5 |
-
β-Lactamase Prediction studies the activity among first-order mutants of the TEM-1 beta-lactamase protein. The target *y* ∈ *R* is the experimentally tested fitness score which records the scaled mutation effect for each mutant.
|
| 6 |
-
|
| 7 |
-
# Splits
|
| 8 |
-
|
| 9 |
-
**Structure type:** None
|
| 10 |
-
|
| 11 |
-
The dataset is from [**PEER: A Comprehensive and Multi-Task Benchmark for Protein Sequence Understanding**](https://arxiv.org/abs/2206.02096). We follow the original data splits, with the number of training, validation and test set shown below:
|
| 12 |
-
|
| 13 |
-
- Train: 4158
|
| 14 |
-
- Valid: 520
|
| 15 |
-
- Test: 520
|
| 16 |
-
|
| 17 |
-
# Data format
|
| 18 |
-
|
| 19 |
-
We organize all data in LMDB format. The architecture of the databse is like:
|
| 20 |
-
|
| 21 |
-
**length:** The number of samples
|
| 22 |
-
|
| 23 |
-
**0:**
|
| 24 |
-
|
| 25 |
-
- **seq:** The structure-aware sequence
|
| 26 |
-
- **fitness:** fitness label of the sequence
|
| 27 |
-
|
| 28 |
-
**1:**
|
| 29 |
-
|
| 30 |
-
**···**
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
# Description
|
| 5 |
+
β-Lactamase Prediction studies the activity among first-order mutants of the TEM-1 beta-lactamase protein. The target *y* ∈ *R* is the experimentally tested fitness score which records the scaled mutation effect for each mutant.
|
| 6 |
+
|
| 7 |
+
# Splits
|
| 8 |
+
|
| 9 |
+
**Structure type:** None
|
| 10 |
+
|
| 11 |
+
The dataset is from [**PEER: A Comprehensive and Multi-Task Benchmark for Protein Sequence Understanding**](https://arxiv.org/abs/2206.02096). We follow the original data splits, with the number of training, validation and test set shown below:
|
| 12 |
+
|
| 13 |
+
- Train: 4158
|
| 14 |
+
- Valid: 520
|
| 15 |
+
- Test: 520
|
| 16 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|