Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,16 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
## Description
|
5 |
-
|
6 |
## Splits
|
7 |
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
## Description
|
5 |
+
Fluorescence prediction is a regression task where each input protein *x* is mapped to a label *y* ∈ *R*, corresponding to the log-fluorescence intensity of *x*.
|
6 |
## Splits
|
7 |
|
8 |
+
The dataset is from [**Evaluating Protein Transfer Learning with TAPE**](https://arxiv.org/abs/1906.08230). We follow the original data splits, with the number of training, validation and test set shown below:
|
9 |
+
|
10 |
+
- Train: 20963
|
11 |
+
- Valid: 5235
|
12 |
+
- Test: 25517
|
13 |
+
|
14 |
+
## Data example
|
15 |
+
|
16 |
+
We organize all data in LMDB format. Below is an example in the dataset to show how data is organized:
|
17 |
+
|