Update README.md
Browse files
README.md
CHANGED
|
@@ -28,8 +28,6 @@ Amino acid sequences use [IUPAC-IUB codes](https://en.wikipedia.org/wiki/FASTA_f
|
|
| 28 |
|
| 29 |
The "query" field currently contains 18 possible labels from the annotation, and the "label" field is the binary class (0 = No, 1 = Yes)
|
| 30 |
|
| 31 |
-
Example using a protein embeddings model and SciKit-Learn on a "chloroplast" task: https://colab.research.google.com/drive/1MCTn8f3oeIKpB6n_8mPumet3ukm7GD8a?usp=sharing
|
| 32 |
-
|
| 33 |
### Subcellular Locations
|
| 34 |
|
| 35 |
```
|
|
@@ -57,6 +55,7 @@ All positives are included (between 4 and 673), and ~100 randomly selected annot
|
|
| 57 |
|
| 58 |
Dataset builder notebook: https://colab.research.google.com/drive/1QQPjXpqBrd75vP8UbPmZqo-LlcOSyzZu?usp=sharing
|
| 59 |
|
|
|
|
| 60 |
|
| 61 |
## Finetuning split
|
| 62 |
|
|
|
|
| 28 |
|
| 29 |
The "query" field currently contains 18 possible labels from the annotation, and the "label" field is the binary class (0 = No, 1 = Yes)
|
| 30 |
|
|
|
|
|
|
|
| 31 |
### Subcellular Locations
|
| 32 |
|
| 33 |
```
|
|
|
|
| 55 |
|
| 56 |
Dataset builder notebook: https://colab.research.google.com/drive/1QQPjXpqBrd75vP8UbPmZqo-LlcOSyzZu?usp=sharing
|
| 57 |
|
| 58 |
+
Example using a protein embeddings model and SciKit-Learn to build a classifier for "chloroplast" proteins: https://colab.research.google.com/drive/1MCTn8f3oeIKpB6n_8mPumet3ukm7GD8a?usp=sharing
|
| 59 |
|
| 60 |
## Finetuning split
|
| 61 |
|