AmelieSchreiber
commited on
Commit
·
24b37e9
1
Parent(s):
6f74510
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ tags:
|
|
14 |
|
15 |
# ESM-2 (`esm2_t6_8M_UR50D`) for Token Classification
|
16 |
|
17 |
-
This is a fine-
|
18 |
to classify amino acids in protein sequences into one of three categories `0: other`, `1: alpha helix`, `2: beta strand`. It was trained with
|
19 |
[this notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/protein_language_modeling.ipynb) and achieves
|
20 |
78.13824286786025 % accuracy.
|
|
|
14 |
|
15 |
# ESM-2 (`esm2_t6_8M_UR50D`) for Token Classification
|
16 |
|
17 |
+
This is a fine-tuned version of [esm2_t6_8M_UR50D](https://huggingface.co/facebook/esm2_t6_8M_UR50D) trained on the token classification task
|
18 |
to classify amino acids in protein sequences into one of three categories `0: other`, `1: alpha helix`, `2: beta strand`. It was trained with
|
19 |
[this notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/protein_language_modeling.ipynb) and achieves
|
20 |
78.13824286786025 % accuracy.
|