Commit
·
90d82ce
1
Parent(s):
499690a
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ This is a small sequence classifier trained on synthetic data generated 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 [ESM-2 models](https://huggingface.co/docs/transformers/model_doc/esm).
|
19 |
|
20 |
-
This model is not well tested, and is for experimental purposes. Use with caution.
|
21 |
|
22 |
## Using the Model
|
23 |
To use the model, try running:
|
|
|
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 [ESM-2 models](https://huggingface.co/docs/transformers/model_doc/esm).
|
19 |
|
20 |
+
This model is not well tested, and is for experimental and eductaional purposes. Use with caution.
|
21 |
|
22 |
## Using the Model
|
23 |
To use the model, try running:
|