AmelieSchreiber
commited on
Commit
•
1d0e606
1
Parent(s):
c589526
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ pipeline_tag: zero-shot-classification
|
|
14 |
|
15 |
# ESM-2 Sequence Classifier
|
16 |
This is a small sequence classifier trained on synthetic data generate by GPT-4
|
17 |
-
which classifies protein sequences into three categories `enzymes
|
18 |
This is trained using [facebook/esm2_t6_8M_UR50D](https://huggingface.co/facebook/esm2_t6_8M_UR50D), one of the
|
19 |
Meta AI [ESM-2 models](https://huggingface.co/docs/transformers/model_doc/esm).
|
20 |
|
|
|
14 |
|
15 |
# ESM-2 Sequence Classifier
|
16 |
This is a small sequence classifier trained on synthetic data generate by GPT-4
|
17 |
+
which classifies protein sequences into three categories `enzymes` (class `0`), `receptor_proteins` (class `1`), and `structural_proteins` (class `2`).
|
18 |
This is trained using [facebook/esm2_t6_8M_UR50D](https://huggingface.co/facebook/esm2_t6_8M_UR50D), one of the
|
19 |
Meta AI [ESM-2 models](https://huggingface.co/docs/transformers/model_doc/esm).
|
20 |
|