Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ 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 |
**Structure type:** None
|
@@ -13,17 +14,6 @@ The dataset is from [**Evaluating Protein Transfer Learning with TAPE**](https:/
|
|
13 |
- Valid: 5235
|
14 |
- Test: 25517
|
15 |
|
16 |
-
#
|
17 |
-
|
18 |
-
We organize all data in LMDB format. The architecture of the databse is like:
|
19 |
-
|
20 |
-
**length:** The number of samples
|
21 |
-
|
22 |
-
**0:**
|
23 |
-
|
24 |
-
- **seq:** The structure-aware sequence
|
25 |
-
- **fitness:** fitness label of the sequence
|
26 |
-
|
27 |
-
**1:**
|
28 |
|
29 |
-
|
|
|
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 |
+
|
7 |
# Splits
|
8 |
|
9 |
**Structure type:** None
|
|
|
14 |
- Valid: 5235
|
15 |
- Test: 25517
|
16 |
|
17 |
+
# Label
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
+
The label means the log-fluorescence intensity of the sequence.
|