AmelieSchreiber commited on
Commit
c589526
1 Parent(s): 4c326f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -16,7 +16,9 @@ pipeline_tag: zero-shot-classification
16
  This is a small sequence classifier trained on synthetic data generate by GPT-4
17
  which classifies protein sequences into three categories `enzymes`, `receptor_proteins`, and `structural_proteins`.
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
 
21
  ## Using the Model
22
  To use the model, try running:
 
16
  This is a small sequence classifier trained on synthetic data generate by GPT-4
17
  which classifies protein sequences into three categories `enzymes`, `receptor_proteins`, and `structural_proteins`.
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
+
21
+ This model is not well tested, and is for experimental purposes. Use with caution.
22
 
23
  ## Using the Model
24
  To use the model, try running: