|
--- |
|
license: mit |
|
configs: |
|
- config_name: dataset |
|
data_files: "dataset.csv" |
|
--- |
|
|
|
# Description |
|
AAV Prediction is a regression task where each input protein *x* is mapped to a label *y* ∈ *R* measuring the fitness score. |
|
|
|
# Splits |
|
|
|
**Protein Format:** AA sequence |
|
|
|
The dataset is from [**FLIP: Benchmark tasks in fitness landscape inferencefor proteins**](https://www.biorxiv.org/content/10.1101/2021.11.09.467890v2). We follow the original data splits from the "2-vs-rest" branch, with the number of training, validation and test set shown below: |
|
|
|
- Train: 22246 |
|
- Valid: 2462 |
|
- Test: 50432 |
|
|